Uses of Record Class
net.minecraft.world.debug.data.BeeHiveDebugData
Packages that use BeeHiveDebugData
Package
Description
-
Uses of BeeHiveDebugData in net.minecraft.client.render.debug
Methods in net.minecraft.client.render.debug with parameters of type BeeHiveDebugDataModifier and TypeMethodDescriptionprivate voidBeeDebugRenderer.drawHiveInfo(BlockPos blockPos, BeeHiveDebugData beeHiveDebugData, Collection<UUID> collection, DebugDataStore debugDataStore) -
Uses of BeeHiveDebugData in net.minecraft.world.debug
Fields in net.minecraft.world.debug with type parameters of type BeeHiveDebugDataModifier and TypeFieldDescriptionstatic final DebugSubscriptionType<BeeHiveDebugData> DebugSubscriptionTypes.BEE_HIVES -
Uses of BeeHiveDebugData in net.minecraft.world.debug.data
Fields in net.minecraft.world.debug.data with type parameters of type BeeHiveDebugDataModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, BeeHiveDebugData> BeeHiveDebugData.PACKET_CODECMethods in net.minecraft.world.debug.data that return BeeHiveDebugDataModifier and TypeMethodDescriptionstatic BeeHiveDebugDataBeeHiveDebugData.fromBeehive(BeehiveBlockEntity beehive)