Uses of Interface
net.minecraft.resources.data.IMetadataSectionSerializer
-
-
Uses of IMetadataSectionSerializer in net.minecraft.client.renderer.texture
Classes in net.minecraft.client.renderer.texture that implement IMetadataSectionSerializer Modifier and Type Class Description classTextureAtlasSpriteStitcher -
Uses of IMetadataSectionSerializer in net.minecraft.client.resources
Methods in net.minecraft.client.resources with parameters of type IMetadataSectionSerializer Modifier and Type Method Description <T> TLegacyResourcePackWrapper. getMetadataSection(IMetadataSectionSerializer<T> p_195760_1_)<T> TLegacyResourcePackWrapperV4. getMetadataSection(IMetadataSectionSerializer<T> p_195760_1_) -
Uses of IMetadataSectionSerializer in net.minecraft.client.resources.data
Classes in net.minecraft.client.resources.data that implement IMetadataSectionSerializer Modifier and Type Class Description classAnimationMetadataSectionSerializerclassLanguageMetadataSectionSerializerclassTextureMetadataSectionSerializer -
Uses of IMetadataSectionSerializer in net.minecraft.resources
Methods in net.minecraft.resources with parameters of type IMetadataSectionSerializer Modifier and Type Method Description <T> TIResource. getMetadata(IMetadataSectionSerializer<T> p_199028_1_)<T> TSimpleResource. getMetadata(IMetadataSectionSerializer<T> p_199028_1_)static <T> TResourcePack. getMetadataFromStream(IMetadataSectionSerializer<T> p_195770_0_, java.io.InputStream p_195770_1_)<T> TIResourcePack. getMetadataSection(IMetadataSectionSerializer<T> p_195760_1_)<T> TResourcePack. getMetadataSection(IMetadataSectionSerializer<T> p_195760_1_)<T> TVanillaPack. getMetadataSection(IMetadataSectionSerializer<T> p_195760_1_) -
Uses of IMetadataSectionSerializer in net.minecraft.resources.data
Classes in net.minecraft.resources.data that implement IMetadataSectionSerializer Modifier and Type Class Description classPackMetadataSectionSerializer -
Uses of IMetadataSectionSerializer in net.minecraftforge.client.textures
Classes in net.minecraftforge.client.textures that implement IMetadataSectionSerializer Modifier and Type Class Description private static classForgeTextureMetadata.SerializerFields in net.minecraftforge.client.textures declared as IMetadataSectionSerializer Modifier and Type Field Description static IMetadataSectionSerializer<ForgeTextureMetadata>ForgeTextureMetadata. SERIALIZER -
Uses of IMetadataSectionSerializer in net.minecraftforge.fml.packs
Methods in net.minecraftforge.fml.packs with parameters of type IMetadataSectionSerializer Modifier and Type Method Description <T> TDelegatingResourcePack. getMetadataSection(IMetadataSectionSerializer<T> deserializer)
-