From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../event/entity/EntityEvent.CanUpdate.html | 323 +++++++++++++++++++++ 1 file changed, 323 insertions(+) create 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 new file mode 100644 index 0000000..f132894 --- /dev/null +++ b/javadoc/net/minecraftforge/event/entity/EntityEvent.CanUpdate.html @@ -0,0 +1,323 @@ + + + + + +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