Uses of Record Class
net.minecraft.network.protocol.common.custom.BrainDebugPayload.BrainDump
Packages that use BrainDebugPayload.BrainDump
Package
Description
-
Uses of BrainDebugPayload.BrainDump in net.minecraft.client.renderer.debug
Fields in net.minecraft.client.renderer.debug with type parameters of type BrainDebugPayload.BrainDumpModifier and TypeFieldDescriptionprivate final Map<UUID, BrainDebugPayload.BrainDump> BrainDebugRenderer.brainDumpsPerEntityMethods in net.minecraft.client.renderer.debug with parameters of type BrainDebugPayload.BrainDumpModifier and TypeMethodDescriptionvoidBrainDebugRenderer.addOrUpdateBrainDump(BrainDebugPayload.BrainDump brainDump) private booleanBrainDebugRenderer.isMobSelected(BrainDebugPayload.BrainDump brainDump) private booleanBrainDebugRenderer.isPlayerCloseEnoughToMob(BrainDebugPayload.BrainDump brainDump) private voidBrainDebugRenderer.renderBrainInfo(PoseStack poseStack, MultiBufferSource buffer, BrainDebugPayload.BrainDump brainDump, double x, double y, double z) private voidBrainDebugRenderer.renderPath(PoseStack poseStack, MultiBufferSource buffer, BrainDebugPayload.BrainDump brainDump, double x, double y, double z) -
Uses of BrainDebugPayload.BrainDump in net.minecraft.network.protocol.common.custom
Fields in net.minecraft.network.protocol.common.custom declared as BrainDebugPayload.BrainDumpModifier and TypeFieldDescriptionprivate final BrainDebugPayload.BrainDumpBrainDebugPayload.brainDumpThe field for thebrainDumprecord component.Methods in net.minecraft.network.protocol.common.custom that return BrainDebugPayload.BrainDumpModifier and TypeMethodDescriptionBrainDebugPayload.brainDump()Returns the value of thebrainDumprecord component.Constructors in net.minecraft.network.protocol.common.custom with parameters of type BrainDebugPayload.BrainDumpModifierConstructorDescriptionBrainDebugPayload(BrainDebugPayload.BrainDump brainDump) Creates an instance of aBrainDebugPayloadrecord class.