Uses of Enum Class
net.minecraft.tileentity.BeehiveTileEntity.State
-
Uses of BeehiveTileEntity.State in net.minecraft.block
Modifier and TypeMethodDescriptionvoid
BeehiveBlock.releaseBeesAndResetHoneyLevel
(World p_226877_1_, BlockState p_226877_2_, BlockPos p_226877_3_, PlayerEntity p_226877_4_, BeehiveTileEntity.State p_226877_5_) -
Uses of BeehiveTileEntity.State in net.minecraft.tileentity
Modifier and TypeMethodDescriptionstatic BeehiveTileEntity.State
Returns the enum constant of this class with the specified name.static BeehiveTileEntity.State[]
BeehiveTileEntity.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
BeehiveTileEntity.emptyAllLivingFromHive
(PlayerEntity p_226963_1_, BlockState p_226963_2_, BeehiveTileEntity.State p_226963_3_) BeehiveTileEntity.releaseAllOccupants
(BlockState p_226965_1_, BeehiveTileEntity.State p_226965_2_) private boolean
BeehiveTileEntity.releaseOccupant
(BlockState p_235651_1_, BeehiveTileEntity.Bee p_235651_2_, List<Entity> p_235651_3_, BeehiveTileEntity.State p_235651_4_)