Uses of Class
net.minecraft.world.entity.EntityTrackingStatus
| Package | Description |
|---|---|
| net.minecraft.server.world | |
| net.minecraft.world.entity |
-
Uses of EntityTrackingStatus in net.minecraft.server.world
Fields in net.minecraft.server.world with type parameters of type EntityTrackingStatus Modifier and Type Field Description private Long2ObjectMap<EntityTrackingStatus>ServerEntityManager. trackingStatusesMethods in net.minecraft.server.world that return EntityTrackingStatus Modifier and Type Method Description private static <T extends EntityLike>
EntityTrackingStatusServerEntityManager. getNeededLoadStatus(T entity, EntityTrackingStatus current)Methods in net.minecraft.server.world with parameters of type EntityTrackingStatus Modifier and Type Method Description private static <T extends EntityLike>
EntityTrackingStatusServerEntityManager. getNeededLoadStatus(T entity, EntityTrackingStatus current)private voidServerEntityManager.Listener. updateLoadStatus(EntityTrackingStatus oldStatus, EntityTrackingStatus newStatus)voidServerEntityManager. updateTrackingStatus(ChunkPos chunkPos, EntityTrackingStatus trackingStatus)Updates thetrackingStatusof tracking sections in a chunk atchunkPos. -
Uses of EntityTrackingStatus in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as EntityTrackingStatus Modifier and Type Field Description private EntityTrackingStatusEntityTrackingSection. statusFields in net.minecraft.world.entity with type parameters of type EntityTrackingStatus Modifier and Type Field Description private Long2ObjectFunction<EntityTrackingStatus>SectionedEntityCache. posToStatusMethods in net.minecraft.world.entity that return EntityTrackingStatus Modifier and Type Method Description static EntityTrackingStatusEntityTrackingStatus. fromLevelType(ChunkHolder.LevelType levelType)EntityTrackingStatusEntityTrackingSection. getStatus()EntityTrackingStatusEntityTrackingSection. swapStatus(EntityTrackingStatus status)static EntityTrackingStatusEntityTrackingStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityTrackingStatus[]EntityTrackingStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.world.entity with parameters of type EntityTrackingStatus Modifier and Type Method Description EntityTrackingStatusEntityTrackingSection. swapStatus(EntityTrackingStatus status)Constructors in net.minecraft.world.entity with parameters of type EntityTrackingStatus Constructor Description EntityTrackingSection(Class<T> entityClass, EntityTrackingStatus status)Constructor parameters in net.minecraft.world.entity with type arguments of type EntityTrackingStatus Constructor Description SectionedEntityCache(Class<T> entityClass, Long2ObjectFunction<EntityTrackingStatus> chunkStatusDiscriminator)