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 SpriteContents.AnimatedTextureSpriteContents.createAnimatedTexture(FrameSize frameSize, int width, int height, AnimationMetadataSection metadata) Constructors in net.minecraft.client.renderer.texture with parameters of type FrameSizeModifierConstructorDescriptionSpriteContents(ResourceLocation name, FrameSize frameSize, NativeImage originalImage, ResourceMetadata metadata) -
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 width, int height) -
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(ResourceLocation id, FrameSize frameSize, NativeImage nativeImage, ResourceMetadata resourceMetadata) Construct an instance of SpriteContents or return null to not load the sprite.