Uses of Record Class
net.minecraft.network.protocol.common.custom.GoalDebugPayload.DebugGoal
Packages that use GoalDebugPayload.DebugGoal
Package
Description
-
Uses of GoalDebugPayload.DebugGoal in net.minecraft.client.renderer.debug
Fields in net.minecraft.client.renderer.debug with type parameters of type GoalDebugPayload.DebugGoalModifier and TypeFieldDescriptionprivate final List<GoalDebugPayload.DebugGoal> GoalSelectorDebugRenderer.EntityGoalInfo.goalsThe field for thegoalsrecord component.Methods in net.minecraft.client.renderer.debug that return types with arguments of type GoalDebugPayload.DebugGoalModifier and TypeMethodDescriptionGoalSelectorDebugRenderer.EntityGoalInfo.goals()Returns the value of thegoalsrecord component.Method parameters in net.minecraft.client.renderer.debug with type arguments of type GoalDebugPayload.DebugGoalModifier and TypeMethodDescriptionvoidGoalSelectorDebugRenderer.addGoalSelector(int p_113549_, BlockPos p_295031_, List<GoalDebugPayload.DebugGoal> p_113550_) Constructor parameters in net.minecraft.client.renderer.debug with type arguments of type GoalDebugPayload.DebugGoalModifierConstructorDescription(package private)EntityGoalInfo(BlockPos entityPos, List<GoalDebugPayload.DebugGoal> goals) Creates an instance of aEntityGoalInforecord class. -
Uses of GoalDebugPayload.DebugGoal in net.minecraft.network.protocol.common.custom
Fields in net.minecraft.network.protocol.common.custom with type parameters of type GoalDebugPayload.DebugGoalModifier and TypeFieldDescriptionprivate final List<GoalDebugPayload.DebugGoal> GoalDebugPayload.goalsThe field for thegoalsrecord component.Methods in net.minecraft.network.protocol.common.custom that return types with arguments of type GoalDebugPayload.DebugGoalModifier and TypeMethodDescriptionGoalDebugPayload.goals()Returns the value of thegoalsrecord component.Constructor parameters in net.minecraft.network.protocol.common.custom with type arguments of type GoalDebugPayload.DebugGoalModifierConstructorDescriptionGoalDebugPayload(int entityId, BlockPos pos, List<GoalDebugPayload.DebugGoal> goals) Creates an instance of aGoalDebugPayloadrecord class.