Uses of Enum Class
net.minecraft.server.world.ChunkTicketType.Use
Packages that use ChunkTicketType.Use
-
Uses of ChunkTicketType.Use in net.minecraft.server.world
Fields in net.minecraft.server.world declared as ChunkTicketType.UseModifier and TypeFieldDescriptionprivate final ChunkTicketType.UseChunkTicketType.useThe field for theuserecord component.Methods in net.minecraft.server.world that return ChunkTicketType.UseModifier and TypeMethodDescriptionChunkTicketType.use()Returns the value of theuserecord component.static ChunkTicketType.UseReturns the enum constant of this class with the specified name.static ChunkTicketType.Use[]ChunkTicketType.Use.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.server.world with parameters of type ChunkTicketType.UseModifier and TypeMethodDescriptionprivate static ChunkTicketTypeChunkTicketType.register(String id, long expiryTicks, boolean persist, ChunkTicketType.Use use) Constructors in net.minecraft.server.world with parameters of type ChunkTicketType.Use