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.AnimatedTexture
SpriteContents.createAnimatedTexture
(FrameSize pFrameSize, int pWidth, int pHeight, AnimationMetadataSection pMetadata) Constructors in net.minecraft.client.renderer.texture with parameters of type FrameSizeModifierConstructorDescriptionSpriteContents
(ResourceLocation pName, FrameSize pFrameSize, NativeImage pOriginalImage, ResourceMetadata pMetadata) -
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 pWidth, int pHeight) -
Uses of FrameSize in net.neoforged.neoforge.client.textures
Methods in net.neoforged.neoforge.client.textures with parameters of type FrameSizeModifier and TypeMethodDescription@Nullable SpriteContents
SpriteContentsConstructor.create
(ResourceLocation id, FrameSize frameSize, NativeImage nativeImage, ResourceMetadata resourceMetadata) Construct an instance of SpriteContents or return null to not load the sprite. -
Uses of FrameSize in net.neoforged.neoforge.oldtest.client
Constructors in net.neoforged.neoforge.oldtest.client with parameters of type FrameSizeModifierConstructorDescriptionCustomSpriteContents
(ResourceLocation name, FrameSize size, NativeImage image, ResourceMetadata metadata)