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(MatrixStack matrices, VertexConsumerProvider vertexConsumers, BlockPos pos, BeeHiveDebugData data, Collection<UUID> blacklistingBees, DebugDataStore dataStore) private static voidBeeDebugRenderer.drawString(MatrixStack matrices, VertexConsumerProvider vertexConsumers, String string, BlockPos pos, BeeHiveDebugData beeHiveDebugData, int lineNumber, int color)  - 
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)