Uses of Record Class
net.minecraft.network.packet.s2c.custom.DebugBrainCustomPayload.Brain
Packages that use DebugBrainCustomPayload.Brain
-
Uses of DebugBrainCustomPayload.Brain in net.minecraft.client.render.debug
Fields in net.minecraft.client.render.debug with type parameters of type DebugBrainCustomPayload.BrainModifier and TypeFieldDescriptionprivate final Map
<UUID, DebugBrainCustomPayload.Brain> VillageDebugRenderer.brains
Methods in net.minecraft.client.render.debug with parameters of type DebugBrainCustomPayload.BrainModifier and TypeMethodDescriptionvoid
VillageDebugRenderer.addBrain
(DebugBrainCustomPayload.Brain brain) private void
VillageDebugRenderer.drawBrain
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, DebugBrainCustomPayload.Brain brain, double cameraX, double cameraY, double cameraZ) private void
VillageDebugRenderer.drawPath
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, DebugBrainCustomPayload.Brain brain, double cameraX, double cameraY, double cameraZ) private boolean
VillageDebugRenderer.isClose
(DebugBrainCustomPayload.Brain brain) private boolean
VillageDebugRenderer.isTargeted
(DebugBrainCustomPayload.Brain brain) -
Uses of DebugBrainCustomPayload.Brain in net.minecraft.network.packet.s2c.custom
Fields in net.minecraft.network.packet.s2c.custom declared as DebugBrainCustomPayload.BrainModifier and TypeFieldDescriptionprivate final DebugBrainCustomPayload.Brain
DebugBrainCustomPayload.brainDump
The field for thebrainDump
record component.Methods in net.minecraft.network.packet.s2c.custom that return DebugBrainCustomPayload.BrainModifier and TypeMethodDescriptionDebugBrainCustomPayload.brainDump()
Returns the value of thebrainDump
record component.Constructors in net.minecraft.network.packet.s2c.custom with parameters of type DebugBrainCustomPayload.Brain