Uses of Enum Class
net.minecraft.resource.ResourcePackProfile.InsertionPosition
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of ResourcePackProfile.InsertionPosition in net.minecraft.resource
Modifier and TypeFieldDescriptionprivate final ResourcePackProfile.InsertionPosition
ResourcePackPosition.defaultPosition
The field for thedefaultPosition
record component.Modifier and TypeMethodDescriptionResourcePackPosition.defaultPosition()
Returns the value of thedefaultPosition
record component.ResourcePackProfile.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.ModifierConstructorDescriptionResourcePackPosition
(boolean bool, ResourcePackProfile.InsertionPosition insertionPosition, boolean bool2)