Uses of Record Class
net.minecraft.client.resources.metadata.animation.FrameSize
Packages that use FrameSize
Package
Description
-
Uses of FrameSize in net.minecraft.client.renderer.texture
Methods in net.minecraft.client.renderer.texture with parameters of type FrameSizeModifier and TypeMethodDescriptionprivate @Nullable SpriteContents.AnimatedTextureSpriteContents.createAnimatedTexture(FrameSize frameSize, int fullWidth, int fullHeight, AnimationMetadataSection metadata) Constructors in net.minecraft.client.renderer.texture with parameters of type FrameSizeModifierConstructorDescriptionSpriteContents(Identifier name, FrameSize frameSize, NativeImage image) SpriteContents(Identifier name, FrameSize frameSize, NativeImage image, Optional<AnimationMetadataSection> animationInfo, List<MetadataSectionType.WithValue<?>> additionalMetadata, Optional<TextureMetadataSection> textureInfo) -
Uses of FrameSize in net.minecraft.client.resources.metadata.animation
Methods in net.minecraft.client.resources.metadata.animation that return FrameSizeModifier and TypeMethodDescriptionAnimationMetadataSection.calculateFrameSize(int spriteWidth, int spriteHeight) -
Uses of FrameSize in net.neoforged.neoforge.client.textures
Methods in net.neoforged.neoforge.client.textures with parameters of type FrameSizeModifier 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.