Uses of Interface
net.minecraft.server.packs.metadata.MetadataSectionSerializer
Package
Description
-
Uses of MetadataSectionSerializer in net.minecraft.client.gui
Modifier and TypeFieldDescriptionprivate static final Set<MetadataSectionSerializer<?>>
GuiSpriteManager.METADATA_SECTIONS
-
Uses of MetadataSectionSerializer in net.minecraft.client.renderer.texture
Modifier and TypeFieldDescriptionstatic final Set<MetadataSectionSerializer<?>>
SpriteLoader.DEFAULT_METADATA_SECTIONS
Modifier and TypeMethodDescriptionSpriteLoader.loadAndStitch
(ResourceManager p_300124_, ResourceLocation p_301196_, int p_300787_, Executor p_300950_, Collection<MetadataSectionSerializer<?>> p_298047_) -
Uses of MetadataSectionSerializer in net.minecraft.client.renderer.texture.atlas
Modifier and TypeMethodDescriptionstatic SpriteResourceLoader
SpriteResourceLoader.create
(Collection<MetadataSectionSerializer<?>> p_299052_) -
Uses of MetadataSectionSerializer in net.minecraft.client.resources
Modifier and TypeFieldDescriptionprivate final Set<MetadataSectionSerializer<?>>
TextureAtlasHolder.metadataSections
ModifierConstructorDescriptionTextureAtlasHolder
(TextureManager p_299844_, ResourceLocation p_299366_, ResourceLocation p_297647_, Set<MetadataSectionSerializer<?>> p_298542_) -
Uses of MetadataSectionSerializer in net.minecraft.client.resources.metadata.animation
Modifier and TypeClassDescriptionclass
class
-
Uses of MetadataSectionSerializer in net.minecraft.client.resources.metadata.texture
-
Uses of MetadataSectionSerializer in net.minecraft.server.packs
Modifier and TypeFieldDescriptionprivate final Map<MetadataSectionSerializer<?>,
?> BuiltInMetadata.values
Modifier and TypeMethodDescription<T> T
BuiltInMetadata.get
(MetadataSectionSerializer<T> p_251597_) static <T> T
AbstractPackResources.getMetadataFromStream
(MetadataSectionSerializer<T> p_10215_, InputStream p_10216_) <T> T
AbstractPackResources.getMetadataSection
(MetadataSectionSerializer<T> p_10213_) <T> T
CompositePackResources.getMetadataSection
(MetadataSectionSerializer<T> p_301339_) <T> T
PackResources.getMetadataSection
(MetadataSectionSerializer<T> p_10291_) <T> T
VanillaPackResources.getMetadataSection
(MetadataSectionSerializer<T> p_10333_) static <T> BuiltInMetadata
BuiltInMetadata.of
(MetadataSectionSerializer<T> p_248992_, T p_249997_) static <T1,
T2> BuiltInMetadata BuiltInMetadata.of
(MetadataSectionSerializer<T1> p_252035_, T1 p_252174_, MetadataSectionSerializer<T2> p_249734_, T2 p_250020_) ModifierConstructorDescriptionprivate
BuiltInMetadata
(Map<MetadataSectionSerializer<?>, ?> p_251588_) -
Uses of MetadataSectionSerializer in net.minecraft.server.packs.metadata
-
Uses of MetadataSectionSerializer in net.minecraft.server.packs.resources
Modifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap.Builder<MetadataSectionSerializer<?>,
Object> ResourceMetadata.Builder.map
Modifier and TypeMethodDescriptionprivate <T> void
ResourceMetadata.copySection
(ResourceMetadata.Builder p_299159_, MetadataSectionSerializer<T> p_300161_) <T> Optional<T>
ResourceMetadata.getSection
(MetadataSectionSerializer<T> p_215579_) ResourceMetadata.Builder.put
(MetadataSectionSerializer<T> p_300728_, T p_298435_) Modifier and TypeMethodDescriptiondefault ResourceMetadata
ResourceMetadata.copySections
(Collection<MetadataSectionSerializer<?>> p_299820_) -
Uses of MetadataSectionSerializer in net.minecraftforge.client.textures
Modifier and TypeFieldDescriptionstatic final MetadataSectionSerializer<ForgeTextureMetadata>
ForgeTextureMetadata.SERIALIZER
-
Uses of MetadataSectionSerializer in net.minecraftforge.resource
Modifier and TypeMethodDescription<T> T
DelegatingPackResources.getMetadataSection
(MetadataSectionSerializer<T> deserializer)