Uses of Enum Class
net.minecraft.tileentity.BeehiveTileEntity.State
Packages that use BeehiveTileEntity.State
- 
Uses of BeehiveTileEntity.State in net.minecraft.blockMethods in net.minecraft.block with parameters of type BeehiveTileEntity.StateModifier and TypeMethodDescriptionvoidBeehiveBlock.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.tileentityMethods in net.minecraft.tileentity that return BeehiveTileEntity.StateModifier and TypeMethodDescriptionstatic BeehiveTileEntity.StateReturns 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.Methods in net.minecraft.tileentity with parameters of type BeehiveTileEntity.StateModifier and TypeMethodDescriptionvoidBeehiveTileEntity.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 booleanBeehiveTileEntity.releaseOccupant(BlockState p_235651_1_, BeehiveTileEntity.Bee p_235651_2_, List<Entity> p_235651_3_, BeehiveTileEntity.State p_235651_4_)