Package | Description |
---|---|
net.minecraft.client.resources.data |
Modifier and Type | Class and Description |
---|---|
class |
AnimationMetadataSectionSerializer |
class |
BaseMetadataSectionSerializer<T extends IMetadataSection> |
class |
FontMetadataSectionSerializer |
class |
LanguageMetadataSectionSerializer |
class |
PackMetadataSectionSerializer |
class |
TextureMetadataSectionSerializer |
Modifier and Type | Field and Description |
---|---|
(package private) IMetadataSectionSerializer<T> |
MetadataSerializer.Registration.section |
Modifier and Type | Method and Description |
---|---|
<T extends IMetadataSection> |
MetadataSerializer.registerMetadataSectionType(IMetadataSectionSerializer<T> metadataSectionSerializer,
java.lang.Class<T> clazz) |
Constructor and Description |
---|
Registration(IMetadataSectionSerializer<T> metadataSectionSerializer,
java.lang.Class<T> clazzToRegister) |