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_295469_, ResourceLocation p_294925_, int p_294855_, Executor p_294720_, Collection<MetadataSectionSerializer<?>> p_294816_) -
Uses of MetadataSectionSerializer in net.minecraft.client.renderer.texture.atlas
Modifier and TypeMethodDescriptionstatic SpriteResourceLoader
SpriteResourceLoader.create
(Collection<MetadataSectionSerializer<?>> p_296204_) -
Uses of MetadataSectionSerializer in net.minecraft.client.resources
Modifier and TypeFieldDescriptionprivate final Set
<MetadataSectionSerializer<?>> TextureAtlasHolder.metadataSections
ModifierConstructorDescriptionTextureAtlasHolder
(TextureManager p_294921_, ResourceLocation p_295514_, ResourceLocation p_294920_, Set<MetadataSectionSerializer<?>> p_295003_) -
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_295061_) <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_295962_, MetadataSectionSerializer<T> p_294347_) <T> Optional
<T> ResourceMetadata.getSection
(MetadataSectionSerializer<T> p_215579_) ResourceMetadata.Builder.put
(MetadataSectionSerializer<T> p_294292_, T p_294133_) Modifier and TypeMethodDescriptiondefault ResourceMetadata
ResourceMetadata.copySections
(Collection<MetadataSectionSerializer<?>> p_295308_) -
Uses of MetadataSectionSerializer in net.neoforged.neoforge.oldtest.world
Modifier and TypeMethodDescription<T> T
LoginPacketSplitTest.InMemoryResourcePack.getMetadataSection
(MetadataSectionSerializer<T> section) -
Uses of MetadataSectionSerializer in net.neoforged.neoforge.resource
Modifier and TypeMethodDescription<T> T
EmptyPackResources.getMetadataSection
(MetadataSectionSerializer<T> deserializer)