Uses of Class
net.minecraft.block.entity.BeehiveBlockEntity
Package | Description |
---|---|
net.minecraft.block.entity | |
net.minecraft.server.network |
-
Uses of BeehiveBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type BeehiveBlockEntity Modifier and Type Field Description static BlockEntityType<BeehiveBlockEntity>
BlockEntityType. BEEHIVE
Methods in net.minecraft.block.entity with parameters of type BeehiveBlockEntity Modifier and Type Method Description static void
BeehiveBlockEntity. serverTick(World world, BlockPos pos, BlockState state, BeehiveBlockEntity blockEntity)
-
Uses of BeehiveBlockEntity in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type BeehiveBlockEntity Modifier and Type Method Description static void
DebugInfoSender. sendBeehiveDebugData(World world, BlockPos pos, BlockState state, BeehiveBlockEntity blockEntity)