Class ExpandEntityAccess

java.lang.Object
com.blamejared.crafttweaker.natives.entity.ExpandEntityAccess

@ZenRegister public class ExpandEntityAccess extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.core.BlockPos
    blockPosition(net.minecraft.world.level.entity.EntityAccess internal)
     
    static net.minecraft.world.phys.AABB
    getBoundingBox(net.minecraft.world.level.entity.EntityAccess internal)
     
    static int
    getId(net.minecraft.world.level.entity.EntityAccess internal)
     
    static UUID
    getUUID(net.minecraft.world.level.entity.EntityAccess internal)
     
    static boolean
    isAlwaysTicking(net.minecraft.world.level.entity.EntityAccess internal)
     
    static void
    setRemoved(net.minecraft.world.level.entity.EntityAccess internal, net.minecraft.world.entity.Entity.RemovalReason var1)
     
    static boolean
    shouldBeSaved(net.minecraft.world.level.entity.EntityAccess internal)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandEntityAccess

      public ExpandEntityAccess()
  • Method Details

    • getId

      public static int getId(net.minecraft.world.level.entity.EntityAccess internal)
    • getUUID

      public static UUID getUUID(net.minecraft.world.level.entity.EntityAccess internal)
    • blockPosition

      public static net.minecraft.core.BlockPos blockPosition(net.minecraft.world.level.entity.EntityAccess internal)
    • getBoundingBox

      public static net.minecraft.world.phys.AABB getBoundingBox(net.minecraft.world.level.entity.EntityAccess internal)
    • setRemoved

      public static void setRemoved(net.minecraft.world.level.entity.EntityAccess internal, net.minecraft.world.entity.Entity.RemovalReason var1)
    • shouldBeSaved

      public static boolean shouldBeSaved(net.minecraft.world.level.entity.EntityAccess internal)
    • isAlwaysTicking

      public static boolean isAlwaysTicking(net.minecraft.world.level.entity.EntityAccess internal)