Uses of Record Class
net.minecraft.client.resources.metadata.animation.AnimationMetadataSection
Packages that use AnimationMetadataSection
Package
Description
-
Uses of AnimationMetadataSection in net.minecraft.client.renderer.texture
Methods in net.minecraft.client.renderer.texture with parameters of type AnimationMetadataSectionModifier and TypeMethodDescriptionprivate @Nullable SpriteContents.AnimatedTextureSpriteContents.createAnimatedTexture(FrameSize pFrameSize, int pWidth, int pHeight, AnimationMetadataSection pMetadata) Constructor parameters in net.minecraft.client.renderer.texture with type arguments of type AnimationMetadataSectionModifierConstructorDescriptionSpriteContents(Identifier pName, FrameSize pSize, NativeImage pOriginalImage, Optional<AnimationMetadataSection> pAnimationMetadata, List<MetadataSectionType.WithValue<?>> pAdditionalMetadata, Optional<TextureMetadataSection> pTextureMetadata) -
Uses of AnimationMetadataSection in net.minecraft.client.resources.metadata.animation
Fields in net.minecraft.client.resources.metadata.animation with type parameters of type AnimationMetadataSectionModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<AnimationMetadataSection> AnimationMetadataSection.CODECstatic final MetadataSectionType<AnimationMetadataSection> AnimationMetadataSection.TYPE -
Uses of AnimationMetadataSection in net.neoforged.neoforge.client.textures
Method parameters in net.neoforged.neoforge.client.textures with type arguments of type AnimationMetadataSectionModifier and TypeMethodDescription@Nullable SpriteContentsSpriteContentsConstructor.create(Identifier id, FrameSize frameSize, NativeImage nativeImage, Optional<AnimationMetadataSection> animationMetadata, List<MetadataSectionType.WithValue<?>> additionalMetadata, Optional<TextureMetadataSection> textureMetadata) Construct an instance of SpriteContents or return null to not load the sprite.