Uses of Record Class
net.minecraft.class_8716.class_8717
Packages that use class_8716.class_8717
Package
Description
The base package for all Minecraft classes.
-
Uses of class_8716.class_8717 in net.minecraft
Fields in net.minecraft with type parameters of type class_8716.class_8717Modifier and TypeFieldDescriptionprivate final List<class_8716.class_8717>class_8716.goalsThe field for thegoalsrecord component.Methods in net.minecraft that return types with arguments of type class_8716.class_8717Modifier and TypeMethodDescriptionclass_8716.goals()Returns the value of thegoalsrecord component.Constructor parameters in net.minecraft with type arguments of type class_8716.class_8717ModifierConstructorDescriptionclass_8716(int int2, BlockPos blockPos, List<class_8716.class_8717> list) -
Uses of class_8716.class_8717 in net.minecraft.client.render.debug
Fields in net.minecraft.client.render.debug with type parameters of type class_8716.class_8717Modifier and TypeFieldDescriptionprivate final List<class_8716.class_8717>GoalSelectorDebugRenderer.class_8683.goalsThe field for thegoalsrecord component.Methods in net.minecraft.client.render.debug that return types with arguments of type class_8716.class_8717Modifier and TypeMethodDescriptionGoalSelectorDebugRenderer.class_8683.goals()Returns the value of thegoalsrecord component.Method parameters in net.minecraft.client.render.debug with type arguments of type class_8716.class_8717Modifier and TypeMethodDescriptionvoidGoalSelectorDebugRenderer.setGoalSelectorList(int index, BlockPos blockPos, List<class_8716.class_8717> list) Constructor parameters in net.minecraft.client.render.debug with type arguments of type class_8716.class_8717ModifierConstructorDescription(package private)class_8683(BlockPos blockPos, List<class_8716.class_8717> list)