Uses of Record Class
net.minecraft.network.packet.s2c.custom.DebugBeeCustomPayload.Bee
-
Uses of DebugBeeCustomPayload.Bee in net.minecraft.client.render.debug
Modifier and TypeFieldDescriptionprivate final Map
<UUID, DebugBeeCustomPayload.Bee> BeeDebugRenderer.bees
Modifier and TypeMethodDescriptionvoid
BeeDebugRenderer.addBee
(DebugBeeCustomPayload.Bee bee) private void
BeeDebugRenderer.drawBee
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, DebugBeeCustomPayload.Bee bee) private void
BeeDebugRenderer.drawPath
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, DebugBeeCustomPayload.Bee bee) private String
BeeDebugRenderer.getPositionString
(DebugBeeCustomPayload.Bee bee, BlockPos pos) private boolean
BeeDebugRenderer.isInRange
(DebugBeeCustomPayload.Bee bee) private boolean
BeeDebugRenderer.isTargeted
(DebugBeeCustomPayload.Bee bee) -
Uses of DebugBeeCustomPayload.Bee in net.minecraft.network.packet.s2c.custom
Modifier and TypeFieldDescriptionprivate final DebugBeeCustomPayload.Bee
DebugBeeCustomPayload.beeInfo
The field for thebeeInfo
record component.