Uses of Enum Class
net.minecraft.world.chunk.Chunk.CreateEntityType
Packages that use Chunk.CreateEntityType
-
Uses of Chunk.CreateEntityType in net.minecraft.client.renderer.chunk
Methods in net.minecraft.client.renderer.chunk with parameters of type Chunk.CreateEntityTypeModifier and TypeMethodDescriptionChunkRenderCache.getBlockEntity
(BlockPos p_212399_1_, Chunk.CreateEntityType p_212399_2_) -
Uses of Chunk.CreateEntityType in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk that return Chunk.CreateEntityTypeModifier and TypeMethodDescriptionstatic Chunk.CreateEntityType
Returns the enum constant of this class with the specified name.static Chunk.CreateEntityType[]
Chunk.CreateEntityType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.chunk with parameters of type Chunk.CreateEntityTypeModifier and TypeMethodDescriptionChunk.getBlockEntity
(BlockPos p_177424_1_, Chunk.CreateEntityType p_177424_2_) EmptyChunk.getBlockEntity
(BlockPos p_177424_1_, Chunk.CreateEntityType p_177424_2_)