From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../net/minecraftforge/event/AnvilUpdateEvent.html | 364 +++++++++++++++++++++ 1 file changed, 364 insertions(+) create mode 100644 javadoc/net/minecraftforge/event/AnvilUpdateEvent.html (limited to 'javadoc/net/minecraftforge/event/AnvilUpdateEvent.html') diff --git a/javadoc/net/minecraftforge/event/AnvilUpdateEvent.html b/javadoc/net/minecraftforge/event/AnvilUpdateEvent.html new file mode 100644 index 0000000..3d868f3 --- /dev/null +++ b/javadoc/net/minecraftforge/event/AnvilUpdateEvent.html @@ -0,0 +1,364 @@ + + + + + +AnvilUpdateEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event
+

Class AnvilUpdateEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class AnvilUpdateEvent
    +extends Event
    +
    AnvilUpdateEvent is fired when a player places items in both the left and right slots of a anvil. + If the event is canceled, vanilla behavior will not run, and the output will be set to null. + If the event is not canceled, but the output is not null, it will set the output and not run vanilla behavior. + if the output is null, and the event is not canceled, vanilla behavior will execute.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + + + + + + + + + +
        +
      • +

        name

        +
        public final java.lang.String name
        +
      • +
      + + + + + + + +
        +
      • +

        cost

        +
        public int cost
        +
      • +
      + + + +
        +
      • +

        materialCost

        +
        public int materialCost
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AnvilUpdateEvent

        +
        public AnvilUpdateEvent(ItemStack left,
        +                ItemStack right,
        +                java.lang.String name,
        +                int cost)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3