Uses of Class
net.minecraft.world.level.block.entity.SpawnerBlockEntity
Packages that use SpawnerBlockEntity
Package
Description
-
Uses of SpawnerBlockEntity in net.minecraft.client.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity with parameters of type SpawnerBlockEntityModifier and TypeMethodDescriptionSpawnerRenderer.getRenderBoundingBox
(SpawnerBlockEntity blockEntity) void
SpawnerRenderer.render
(SpawnerBlockEntity blockEntity, float partialTick, PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, int packedOverlay) -
Uses of SpawnerBlockEntity in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type SpawnerBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType
<SpawnerBlockEntity> BlockEntityType.MOB_SPAWNER
Methods in net.minecraft.world.level.block.entity with parameters of type SpawnerBlockEntityModifier and TypeMethodDescriptionstatic void
SpawnerBlockEntity.clientTick
(Level level, BlockPos pos, BlockState state, SpawnerBlockEntity blockEntity) static void
SpawnerBlockEntity.serverTick
(Level level, BlockPos pos, BlockState state, SpawnerBlockEntity blockEntity)