Class ExpandEntityAccess
java.lang.Object
com.blamejared.crafttweaker.natives.entity.ExpandEntityAccess
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.core.BlockPosblockPosition(net.minecraft.world.level.entity.EntityAccess internal) static net.minecraft.world.phys.AABBgetBoundingBox(net.minecraft.world.level.entity.EntityAccess internal) static intgetId(net.minecraft.world.level.entity.EntityAccess internal) static UUIDgetUUID(net.minecraft.world.level.entity.EntityAccess internal) static booleanisAlwaysTicking(net.minecraft.world.level.entity.EntityAccess internal) static voidsetRemoved(net.minecraft.world.level.entity.EntityAccess internal, net.minecraft.world.entity.Entity.RemovalReason var1) static booleanshouldBeSaved(net.minecraft.world.level.entity.EntityAccess internal)
-
Constructor Details
-
ExpandEntityAccess
public ExpandEntityAccess()
-
-
Method Details
-
getId
public static int getId(net.minecraft.world.level.entity.EntityAccess internal) -
getUUID
-
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)
-