Uses of Enum Class
net.minecraft.resource.ResourcePackProfile.InsertionPosition
Packages that use ResourcePackProfile.InsertionPosition
Package
Description
The base package for all Minecraft classes.
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of ResourcePackProfile.InsertionPosition in net.minecraft
Fields in net.minecraft declared as ResourcePackProfile.InsertionPositionModifier and TypeFieldDescriptionprivate final ResourcePackProfile.InsertionPositionclass_9225.defaultPositionThe field for thedefaultPositionrecord component.Methods in net.minecraft that return ResourcePackProfile.InsertionPositionModifier and TypeMethodDescriptionclass_9225.defaultPosition()Returns the value of thedefaultPositionrecord component.Constructors in net.minecraft with parameters of type ResourcePackProfile.InsertionPositionModifierConstructorDescriptionclass_9225(boolean bool, ResourcePackProfile.InsertionPosition insertionPosition, boolean bool2) -
Uses of ResourcePackProfile.InsertionPosition in net.minecraft.resource
Methods in net.minecraft.resource that return ResourcePackProfile.InsertionPositionModifier and TypeMethodDescriptionResourcePackProfile.getInitialPosition()ResourcePackProfile.InsertionPosition.inverse()Returns the enum constant of this class with the specified name.ResourcePackProfile.InsertionPosition.values()Returns an array containing the constants of this enum class, in the order they are declared.