Uses of Class
net.minecraft.world.chunk.WorldChunk.CreationType
| Package | Description |
|---|---|
| net.minecraft.client.render.chunk | |
| net.minecraft.world.chunk |
-
Uses of WorldChunk.CreationType in net.minecraft.client.render.chunk
Methods in net.minecraft.client.render.chunk with parameters of type WorldChunk.CreationType Modifier and Type Method Description @Nullable BlockEntityChunkRendererRegion. getBlockEntity(BlockPos pos, WorldChunk.CreationType creationType) -
Uses of WorldChunk.CreationType in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk that return WorldChunk.CreationType Modifier and Type Method Description static WorldChunk.CreationTypeWorldChunk.CreationType. valueOf(String name)Returns the enum constant of this type with the specified name.static WorldChunk.CreationType[]WorldChunk.CreationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.world.chunk with parameters of type WorldChunk.CreationType Modifier and Type Method Description @Nullable BlockEntityEmptyChunk. getBlockEntity(BlockPos pos, WorldChunk.CreationType creationType)@Nullable BlockEntityWorldChunk. getBlockEntity(BlockPos pos, WorldChunk.CreationType creationType)