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 --- .../event/entity/EntityEvent.CanUpdate.html | 323 --------------------- 1 file changed, 323 deletions(-) delete mode 100644 javadoc/net/minecraftforge/event/entity/EntityEvent.CanUpdate.html (limited to 'javadoc/net/minecraftforge/event/entity/EntityEvent.CanUpdate.html') diff --git a/javadoc/net/minecraftforge/event/entity/EntityEvent.CanUpdate.html b/javadoc/net/minecraftforge/event/entity/EntityEvent.CanUpdate.html deleted file mode 100644 index f132894..0000000 --- a/javadoc/net/minecraftforge/event/entity/EntityEvent.CanUpdate.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - -EntityEvent.CanUpdate (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraftforge.event.entity
-

Class EntityEvent.CanUpdate

-
-
- -
-
    -
  • -
    -
    Enclosing class:
    -
    EntityEvent
    -
    -
    -
    -
    public static class EntityEvent.CanUpdate
    -extends EntityEvent
    -
    CanUpdate is fired when an Entity is being created.
    - This event is fired whenever vanilla Minecraft determines that an entity
    - cannot update in World#updateEntityWithOptionalForce(net.minecraft.entity.Entity, boolean)
    -
    - canUpdate contains the boolean value of whether this entity can update.
    - If the modder decides that this Entity can be updated, they may change canUpdate to true,
    - and the entity with then be updated.
    -
    - This event is not Cancelable.
    -
    - This event is fired on the MinecraftForge#EVENT_BUS.
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        canUpdate

        -
        public boolean canUpdate
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        EntityEvent.CanUpdate

        -
        public EntityEvent.CanUpdate(Entity entity)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3