Uses of Record Class
net.minecraft.network.packet.s2c.custom.DebugBeeCustomPayload.Bee
Packages that use DebugBeeCustomPayload.Bee
-
Uses of DebugBeeCustomPayload.Bee in net.minecraft.client.render.debug
Fields in net.minecraft.client.render.debug with type parameters of type DebugBeeCustomPayload.BeeModifier and TypeFieldDescriptionprivate final Map
<UUID, DebugBeeCustomPayload.Bee> BeeDebugRenderer.bees
Methods in net.minecraft.client.render.debug with parameters of type DebugBeeCustomPayload.BeeModifier 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
Fields in net.minecraft.network.packet.s2c.custom declared as DebugBeeCustomPayload.BeeModifier and TypeFieldDescriptionprivate final DebugBeeCustomPayload.Bee
DebugBeeCustomPayload.beeInfo
The field for thebeeInfo
record component.Methods in net.minecraft.network.packet.s2c.custom that return DebugBeeCustomPayload.BeeModifier and TypeMethodDescriptionDebugBeeCustomPayload.beeInfo()
Returns the value of thebeeInfo
record component.Constructors in net.minecraft.network.packet.s2c.custom with parameters of type DebugBeeCustomPayload.Bee