Uses of Class
net.minecraft.resources.ResourcePackInfo.Priority
-
Packages that use ResourcePackInfo.Priority Package Description net.minecraft.client net.minecraft.resources -
-
Uses of ResourcePackInfo.Priority in net.minecraft.client
Methods in net.minecraft.client with parameters of type ResourcePackInfo.Priority Modifier and Type Method Description private static ResourcePackInfo
Minecraft. createClientPackAdapter(java.lang.String p_228011_0_, boolean p_228011_1_, java.util.function.Supplier<IResourcePack> p_228011_2_, IResourcePack p_228011_3_, PackMetadataSection p_228011_4_, ResourcePackInfo.Priority p_228011_5_, IPackNameDecorator p_228011_6_)
-
Uses of ResourcePackInfo.Priority in net.minecraft.resources
Fields in net.minecraft.resources declared as ResourcePackInfo.Priority Modifier and Type Field Description private ResourcePackInfo.Priority
ResourcePackInfo. defaultPosition
Methods in net.minecraft.resources that return ResourcePackInfo.Priority Modifier and Type Method Description ResourcePackInfo.Priority
ResourcePackInfo. getDefaultPosition()
ResourcePackInfo.Priority
ResourcePackInfo.Priority. opposite()
static ResourcePackInfo.Priority
ResourcePackInfo.Priority. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ResourcePackInfo.Priority[]
ResourcePackInfo.Priority. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.resources with parameters of type ResourcePackInfo.Priority Modifier and Type Method Description static ResourcePackInfo
ResourcePackInfo. create(java.lang.String p_195793_0_, boolean p_195793_1_, java.util.function.Supplier<IResourcePack> p_195793_2_, ResourcePackInfo.IFactory p_195793_3_, ResourcePackInfo.Priority p_195793_4_, IPackNameDecorator p_195793_5_)
ResourcePackInfo
ResourcePackInfo.IFactory. create(java.lang.String p_create_1_, boolean p_create_2_, java.util.function.Supplier<IResourcePack> p_create_3_, IResourcePack p_create_4_, PackMetadataSection p_create_5_, ResourcePackInfo.Priority p_create_6_, IPackNameDecorator p_create_7_)
Constructors in net.minecraft.resources with parameters of type ResourcePackInfo.Priority Constructor Description ResourcePackInfo(java.lang.String p_i231421_1_, boolean p_i231421_2_, java.util.function.Supplier<IResourcePack> p_i231421_3_, IResourcePack p_i231421_4_, PackMetadataSection p_i231421_5_, ResourcePackInfo.Priority p_i231421_6_, IPackNameDecorator p_i231421_7_)
Deprecated.ResourcePackInfo(java.lang.String p_i231421_1_, boolean p_i231421_2_, java.util.function.Supplier<IResourcePack> p_i231421_3_, IResourcePack p_i231421_4_, PackMetadataSection p_i231421_5_, ResourcePackInfo.Priority p_i231421_6_, IPackNameDecorator p_i231421_7_, boolean hidden)
ResourcePackInfo(java.lang.String p_i231422_1_, boolean p_i231422_2_, java.util.function.Supplier<IResourcePack> p_i231422_3_, ITextComponent p_i231422_4_, ITextComponent p_i231422_5_, PackCompatibility p_i231422_6_, ResourcePackInfo.Priority p_i231422_7_, boolean p_i231422_8_, IPackNameDecorator p_i231422_9_)
Deprecated.ResourcePackInfo(java.lang.String p_i231422_1_, boolean p_i231422_2_, java.util.function.Supplier<IResourcePack> p_i231422_3_, ITextComponent p_i231422_4_, ITextComponent p_i231422_5_, PackCompatibility p_i231422_6_, ResourcePackInfo.Priority p_i231422_7_, boolean p_i231422_8_, IPackNameDecorator p_i231422_9_, boolean hidden)
-