Uses of Enum Class
net.minecraft.world.entity.EntityTrackingStatus
Packages that use EntityTrackingStatus
-
Uses of EntityTrackingStatus in net.minecraft.server.world
Fields in net.minecraft.server.world with type parameters of type EntityTrackingStatusModifier and TypeFieldDescriptionprivate final Long2ObjectMap<EntityTrackingStatus>
ServerEntityManager.trackingStatuses
Methods in net.minecraft.server.world that return EntityTrackingStatusModifier and TypeMethodDescription(package private) static <T extends EntityLike>
EntityTrackingStatusServerEntityManager.getNeededLoadStatus
(T entity, EntityTrackingStatus current) Methods in net.minecraft.server.world with parameters of type EntityTrackingStatusModifier and TypeMethodDescription(package private) static <T extends EntityLike>
EntityTrackingStatusServerEntityManager.getNeededLoadStatus
(T entity, EntityTrackingStatus current) private void
ServerEntityManager.Listener.updateLoadStatus
(EntityTrackingStatus oldStatus, EntityTrackingStatus newStatus) void
ServerEntityManager.updateTrackingStatus
(ChunkPos chunkPos, EntityTrackingStatus trackingStatus) Updates thetrackingStatus
of tracking sections in a chunk atchunkPos
. -
Uses of EntityTrackingStatus in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as EntityTrackingStatusFields in net.minecraft.world.entity with type parameters of type EntityTrackingStatusModifier and TypeFieldDescriptionprivate final Long2ObjectFunction<EntityTrackingStatus>
SectionedEntityCache.posToStatus
Methods in net.minecraft.world.entity that return EntityTrackingStatusModifier and TypeMethodDescriptionstatic EntityTrackingStatus
EntityTrackingStatus.fromLevelType
(ChunkHolder.LevelType levelType) EntityTrackingSection.getStatus()
EntityTrackingSection.swapStatus
(EntityTrackingStatus status) static EntityTrackingStatus
Returns the enum constant of this class with the specified name.static EntityTrackingStatus[]
EntityTrackingStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.entity with parameters of type EntityTrackingStatusConstructors in net.minecraft.world.entity with parameters of type EntityTrackingStatusModifierConstructorDescriptionEntityTrackingSection
(Class<T> entityClass, EntityTrackingStatus status) Constructor parameters in net.minecraft.world.entity with type arguments of type EntityTrackingStatusModifierConstructorDescriptionSectionedEntityCache
(Class<T> entityClass, Long2ObjectFunction<EntityTrackingStatus> chunkStatusDiscriminator)