Uses of Enum Class
net.minecraft.world.level.entity.Visibility
Packages that use Visibility
-
Uses of Visibility in net.minecraft.world.level.entity
Fields in net.minecraft.world.level.entity declared as VisibilityFields in net.minecraft.world.level.entity with type parameters of type VisibilityModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.longs.Long2ObjectMap<Visibility>
PersistentEntitySectionManager.chunkVisibility
private final it.unimi.dsi.fastutil.longs.Long2ObjectFunction<Visibility>
EntitySectionStorage.intialSectionVisibility
Methods in net.minecraft.world.level.entity that return VisibilityModifier and TypeMethodDescriptionstatic Visibility
Visibility.fromFullChunkStatus
(ChunkHolder.FullChunkStatus p_157693_) (package private) static <T extends EntityAccess>
VisibilityPersistentEntitySectionManager.getEffectiveStatus
(T p_157536_, Visibility p_157537_) EntitySection.getStatus()
EntitySection.updateChunkStatus
(Visibility p_156839_) static Visibility
Returns the enum constant of this class with the specified name.static Visibility[]
Visibility.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.level.entity with parameters of type VisibilityModifier and TypeMethodDescription(package private) static <T extends EntityAccess>
VisibilityPersistentEntitySectionManager.getEffectiveStatus
(T p_157536_, Visibility p_157537_) EntitySection.updateChunkStatus
(Visibility p_156839_) void
PersistentEntitySectionManager.updateChunkStatus
(ChunkPos p_157528_, Visibility p_157529_) private void
PersistentEntitySectionManager.Callback.updateStatus
(Visibility p_157621_, Visibility p_157622_) Constructors in net.minecraft.world.level.entity with parameters of type VisibilityConstructor parameters in net.minecraft.world.level.entity with type arguments of type VisibilityModifierConstructorDescriptionEntitySectionStorage
(Class<T> p_156855_, it.unimi.dsi.fastutil.longs.Long2ObjectFunction<Visibility> p_156856_)