Uses of Class
net.minecraft.client.resources.metadata.animation.AnimationMetadataSection
Packages that use AnimationMetadataSection
Package
Description
-
Uses of AnimationMetadataSection in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as AnimationMetadataSectionModifier and TypeFieldDescriptionprivate static final AnimationMetadataSection
MissingTextureAtlasSprite.EMPTY_ANIMATION_META
Methods in net.minecraft.client.renderer.texture with parameters of type AnimationMetadataSectionModifier and TypeMethodDescriptionprivate SpriteContents.AnimatedTexture
SpriteContents.createAnimatedTexture
(FrameSize p_250817_, int p_249792_, int p_252353_, AnimationMetadataSection p_250947_) Constructors in net.minecraft.client.renderer.texture with parameters of type AnimationMetadataSectionModifierConstructorDescriptionSpriteContents
(ResourceLocation p_249787_, FrameSize p_251031_, NativeImage p_252131_, AnimationMetadataSection p_250432_) Deprecated.Forge: Use the overload with Forge metadata parameter to properly forward custom loaders.SpriteContents
(ResourceLocation p_249787_, FrameSize p_251031_, NativeImage p_252131_, AnimationMetadataSection p_250432_, ForgeTextureMetadata forgeMeta) -
Uses of AnimationMetadataSection in net.minecraft.client.resources.metadata.animation
Fields in net.minecraft.client.resources.metadata.animation declared as AnimationMetadataSectionModifier and TypeFieldDescriptionstatic final AnimationMetadataSection
AnimationMetadataSection.EMPTY
Methods in net.minecraft.client.resources.metadata.animation that return AnimationMetadataSectionModifier and TypeMethodDescriptionAnimationMetadataSectionSerializer.fromJson
(com.google.gson.JsonObject p_119064_) -
Uses of AnimationMetadataSection in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type AnimationMetadataSectionModifier and TypeMethodDescriptionstatic @Nullable SpriteContents
ForgeHooksClient.loadSpriteContents
(ResourceLocation name, Resource resource, FrameSize frameSize, NativeImage image, AnimationMetadataSection animationMeta) -
Uses of AnimationMetadataSection in net.minecraftforge.client.textures
Methods in net.minecraftforge.client.textures with parameters of type AnimationMetadataSectionModifier and TypeMethodDescriptionITextureAtlasSpriteLoader.loadContents
(ResourceLocation name, Resource resource, FrameSize frameSize, NativeImage image, AnimationMetadataSection animationMeta, ForgeTextureMetadata forgeMeta) -
Uses of AnimationMetadataSection in net.minecraftforge.debug.client
Methods in net.minecraftforge.debug.client with parameters of type AnimationMetadataSectionModifier and TypeMethodDescriptionCustomTASTest.TasLoader.loadContents
(ResourceLocation name, Resource resource, FrameSize frameSize, NativeImage image, AnimationMetadataSection animationMeta, ForgeTextureMetadata forgeMeta)