Uses of Record Class
net.minecraft.resource.ResourcePackPosition
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of ResourcePackPosition in net.minecraft.client.resource
Modifier and TypeFieldDescriptionprivate static final ResourcePackPosition
DefaultClientResourcePackProvider.OPTIONAL_POSITION
private static final ResourcePackPosition
DefaultClientResourcePackProvider.REQUIRED_POSITION
-
Uses of ResourcePackPosition in net.minecraft.client.resource.server
Modifier and TypeFieldDescriptionprivate static final ResourcePackPosition
ServerResourcePackLoader.POSITION
-
Uses of ResourcePackPosition in net.minecraft.resource
Modifier and TypeFieldDescriptionprivate static final ResourcePackPosition
VanillaDataPackProvider.BOTTOM_POSITION
private final ResourcePackPosition
ResourcePackProfile.position
private static final ResourcePackPosition
FileResourcePackProvider.POSITION
private static final ResourcePackPosition
VanillaDataPackProvider.TOP_POSITION
Modifier and TypeMethodDescriptionstatic @Nullable ResourcePackProfile
ResourcePackProfile.create
(ResourcePackInfo info, ResourcePackProfile.PackFactory packFactory, ResourceType type, ResourcePackPosition position) Modifier and TypeMethodDescription<T> int
ResourcePackProfile.InsertionPosition.insert
(List<T> items, T item, Function<T, ResourcePackPosition> profileGetter, boolean listInverted) ModifierConstructorDescriptionResourcePackProfile
(ResourcePackInfo info, ResourcePackProfile.PackFactory packFactory, ResourcePackProfile.Metadata metaData, ResourcePackPosition position)