From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../net/minecraftforge/event/AnvilUpdateEvent.html | 364 --------------------- 1 file changed, 364 deletions(-) delete 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 deleted file mode 100644 index 3d868f3..0000000 --- a/javadoc/net/minecraftforge/event/AnvilUpdateEvent.html +++ /dev/null @@ -1,364 +0,0 @@ - - - - - -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