Uses of Class
net.minecraft.block.entity.MobSpawnerBlockEntity
| Package | Description |
|---|---|
| net.minecraft.block.entity | |
| net.minecraft.client.render.block.entity |
-
Uses of MobSpawnerBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type MobSpawnerBlockEntity Modifier and Type Field Description static BlockEntityType<MobSpawnerBlockEntity>BlockEntityType. MOB_SPAWNERMethods in net.minecraft.block.entity with parameters of type MobSpawnerBlockEntity Modifier and Type Method Description static voidMobSpawnerBlockEntity. clientTick(World world, BlockPos pos, BlockState state, MobSpawnerBlockEntity blockEntity)static voidMobSpawnerBlockEntity. serverTick(World world, BlockPos pos, BlockState state, MobSpawnerBlockEntity blockEntity) -
Uses of MobSpawnerBlockEntity in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type MobSpawnerBlockEntity Modifier and Type Method Description voidMobSpawnerBlockEntityRenderer. render(MobSpawnerBlockEntity mobSpawnerBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)