Uses of Record Class
net.minecraft.world.debug.data.BrainDebugData
Packages that use BrainDebugData
Package
Description
-
Uses of BrainDebugData in net.minecraft.client.render.debug
Methods in net.minecraft.client.render.debug with parameters of type BrainDebugDataModifier and TypeMethodDescriptionprivate voidBrainDebugRenderer.drawBrain(MatrixStack matrices, VertexConsumerProvider vertexConsumers, Entity entity, BrainDebugData brainData, double double2, double double3, double double4) -
Uses of BrainDebugData in net.minecraft.world.debug
Fields in net.minecraft.world.debug with type parameters of type BrainDebugDataModifier and TypeFieldDescriptionstatic final DebugSubscriptionType<BrainDebugData> DebugSubscriptionTypes.BRAINS -
Uses of BrainDebugData in net.minecraft.world.debug.data
Fields in net.minecraft.world.debug.data with type parameters of type BrainDebugDataModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, BrainDebugData> BrainDebugData.PACKET_CODECMethods in net.minecraft.world.debug.data that return BrainDebugDataModifier and TypeMethodDescriptionstatic BrainDebugDataBrainDebugData.fromEntity(ServerWorld world, LivingEntity entity)