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 class
TextureAtlasSpriteStitcher
-
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> T
LegacyResourcePackWrapper. getMetadataSection(IMetadataSectionSerializer<T> p_195760_1_)
<T> T
LegacyResourcePackWrapperV4. 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 class
AnimationMetadataSectionSerializer
class
LanguageMetadataSectionSerializer
class
TextureMetadataSectionSerializer
-
Uses of IMetadataSectionSerializer in net.minecraft.resources
Methods in net.minecraft.resources with parameters of type IMetadataSectionSerializer Modifier and Type Method Description <T> T
IResource. getMetadata(IMetadataSectionSerializer<T> p_199028_1_)
<T> T
SimpleResource. getMetadata(IMetadataSectionSerializer<T> p_199028_1_)
static <T> T
ResourcePack. getMetadataFromStream(IMetadataSectionSerializer<T> p_195770_0_, java.io.InputStream p_195770_1_)
<T> T
IResourcePack. getMetadataSection(IMetadataSectionSerializer<T> p_195760_1_)
<T> T
ResourcePack. getMetadataSection(IMetadataSectionSerializer<T> p_195760_1_)
<T> T
VanillaPack. 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 class
PackMetadataSectionSerializer
-
Uses of IMetadataSectionSerializer in net.minecraftforge.client.textures
Classes in net.minecraftforge.client.textures that implement IMetadataSectionSerializer Modifier and Type Class Description private static class
ForgeTextureMetadata.Serializer
Fields 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> T
DelegatingResourcePack. getMetadataSection(IMetadataSectionSerializer<T> deserializer)
-