Uses of Record Class
net.minecraft.util.debug.DebugGoalInfo.DebugGoal
Packages that use DebugGoalInfo.DebugGoal
-
Uses of DebugGoalInfo.DebugGoal in net.minecraft.util.debug
Fields in net.minecraft.util.debug with type parameters of type DebugGoalInfo.DebugGoalModifier and TypeFieldDescriptionprivate final List<DebugGoalInfo.DebugGoal> DebugGoalInfo.goalsThe field for thegoalsrecord component.static final StreamCodec<io.netty.buffer.ByteBuf, DebugGoalInfo.DebugGoal> DebugGoalInfo.DebugGoal.STREAM_CODECMethods in net.minecraft.util.debug that return types with arguments of type DebugGoalInfo.DebugGoalModifier and TypeMethodDescriptionDebugGoalInfo.goals()Returns the value of thegoalsrecord component.Constructor parameters in net.minecraft.util.debug with type arguments of type DebugGoalInfo.DebugGoalModifierConstructorDescriptionDebugGoalInfo(List<DebugGoalInfo.DebugGoal> goals) Creates an instance of aDebugGoalInforecord class.