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
Classes in net.minecraft.client.renderer.blockentity that implement interfaces with type arguments of type SpawnerBlockEntityMethods in net.minecraft.client.renderer.blockentity with parameters of type SpawnerBlockEntityModifier and TypeMethodDescriptionvoidSpawnerRenderer.extractRenderState(SpawnerBlockEntity blockEntity, SpawnerRenderState state, float partialTicks, Vec3 cameraPosition, @Nullable ModelFeatureRenderer.CrumblingOverlay breakProgress) SpawnerRenderer.getRenderBoundingBox(SpawnerBlockEntity blockEntity) -
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_SPAWNERMethods in net.minecraft.world.level.block.entity with parameters of type SpawnerBlockEntityModifier and TypeMethodDescriptionstatic voidSpawnerBlockEntity.clientTick(Level level, BlockPos pos, BlockState state, SpawnerBlockEntity entity) static voidSpawnerBlockEntity.serverTick(Level level, BlockPos pos, BlockState state, SpawnerBlockEntity entity)