Uses of Class
net.minecraft.server.packs.BuiltInMetadata
Packages that use BuiltInMetadata
Package
Description
-
Uses of BuiltInMetadata in net.minecraft.client.resources
Fields in net.minecraft.client.resources declared as BuiltInMetadataModifier and TypeFieldDescriptionprivate static final BuiltInMetadataClientPackSource.BUILT_IN_METADATA -
Uses of BuiltInMetadata in net.minecraft.server.packs
Fields in net.minecraft.server.packs declared as BuiltInMetadataModifier and TypeFieldDescriptionprivate static final BuiltInMetadataBuiltInMetadata.EMPTYprivate final BuiltInMetadataVanillaPackResources.metadataprivate BuiltInMetadataVanillaPackResourcesBuilder.metadataMethods in net.minecraft.server.packs that return BuiltInMetadataModifier and TypeMethodDescriptionstatic BuiltInMetadataBuiltInMetadata.of()static <T> BuiltInMetadataBuiltInMetadata.of(MetadataSectionType<T> pType, T pValue) static <T1,T2> BuiltInMetadata BuiltInMetadata.of(MetadataSectionType<T1> pType1, T1 pValue1, MetadataSectionType<T2> pType2, T2 pValue2) Methods in net.minecraft.server.packs with parameters of type BuiltInMetadataModifier and TypeMethodDescriptionVanillaPackResourcesBuilder.setMetadata(BuiltInMetadata pMetadata) Constructors in net.minecraft.server.packs with parameters of type BuiltInMetadataModifierConstructorDescription(package private)VanillaPackResources(PackLocationInfo pLocation, BuiltInMetadata pMetadata, Set<String> pNamespaces, List<Path> pRootPaths, Map<PackType, List<Path>> pPathsForType) -
Uses of BuiltInMetadata in net.minecraft.server.packs.repository
Fields in net.minecraft.server.packs.repository declared as BuiltInMetadataModifier and TypeFieldDescriptionprivate static final BuiltInMetadataServerPacksSource.BUILT_IN_METADATA