Uses of Enum Class
net.minecraft.block.entity.BeehiveBlockEntity.BeeState
-
Uses of BeehiveBlockEntity.BeeState in net.minecraft.block
Modifier and TypeMethodDescriptionvoid
BeehiveBlock.takeHoney
(World world, BlockState state, BlockPos pos, @Nullable PlayerEntity player, BeehiveBlockEntity.BeeState beeState) -
Uses of BeehiveBlockEntity.BeeState in net.minecraft.block.entity
Modifier and TypeMethodDescriptionstatic BeehiveBlockEntity.BeeState
Returns the enum constant of this class with the specified name.static BeehiveBlockEntity.BeeState[]
BeehiveBlockEntity.BeeState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
BeehiveBlockEntity.angerBees
(@Nullable PlayerEntity player, BlockState state, BeehiveBlockEntity.BeeState beeState) private static boolean
BeehiveBlockEntity.releaseBee
(World world, BlockPos pos, BlockState state, BeehiveBlockEntity.Bee bee, @Nullable List<Entity> entities, BeehiveBlockEntity.BeeState beeState, @Nullable BlockPos flowerPos) BeehiveBlockEntity.tryReleaseBee
(BlockState state, BeehiveBlockEntity.BeeState beeState)