Uses of Enum Class
net.minecraft.block.entity.BeehiveBlockEntity.BeeState
Packages that use BeehiveBlockEntity.BeeState
- 
Uses of BeehiveBlockEntity.BeeState in net.minecraft.blockMethods in net.minecraft.block with parameters of type BeehiveBlockEntity.BeeStateModifier and TypeMethodDescriptionvoidBeehiveBlock.takeHoney(World world, BlockState state, BlockPos pos, @Nullable PlayerEntity player, BeehiveBlockEntity.BeeState beeState) 
- 
Uses of BeehiveBlockEntity.BeeState in net.minecraft.block.entityMethods in net.minecraft.block.entity that return BeehiveBlockEntity.BeeStateModifier and TypeMethodDescriptionstatic BeehiveBlockEntity.BeeStateReturns 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.Methods in net.minecraft.block.entity with parameters of type BeehiveBlockEntity.BeeStateModifier and TypeMethodDescriptionvoidBeehiveBlockEntity.angerBees(@Nullable PlayerEntity player, BlockState state, BeehiveBlockEntity.BeeState beeState) private static booleanBeehiveBlockEntity.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)