Uses of Class
net.minecraft.block.entity.BeehiveBlockEntity.BeeState
| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraft.block.entity |
-
Uses of BeehiveBlockEntity.BeeState in net.minecraft.block
Methods in net.minecraft.block with parameters of type BeehiveBlockEntity.BeeState Modifier and Type Method Description voidBeehiveBlock. takeHoney(World world, BlockState state, BlockPos pos, @Nullable PlayerEntity player, BeehiveBlockEntity.BeeState beeState) -
Uses of BeehiveBlockEntity.BeeState in net.minecraft.block.entity
Methods in net.minecraft.block.entity that return BeehiveBlockEntity.BeeState Modifier and Type Method Description static BeehiveBlockEntity.BeeStateBeehiveBlockEntity.BeeState. valueOf(String name)Returns the enum constant of this type with the specified name.static BeehiveBlockEntity.BeeState[]BeehiveBlockEntity.BeeState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.block.entity with parameters of type BeehiveBlockEntity.BeeState Modifier and Type Method Description voidBeehiveBlockEntity. angerBees(@Nullable PlayerEntity player, BlockState state, BeehiveBlockEntity.BeeState beeState)private static booleanBeehiveBlockEntity. releaseBee(World world, BlockPos blockPos, BlockState state, BeehiveBlockEntity.Bee bee, @Nullable List<Entity> list, BeehiveBlockEntity.BeeState beeState, @Nullable BlockPos blockPos2)private List<Entity>BeehiveBlockEntity. tryReleaseBee(BlockState state, BeehiveBlockEntity.BeeState beeState)