Uses of Record Class
net.minecraft.client.resources.metadata.animation.FrameSize
Package
Description
-
Uses of FrameSize in net.minecraft.client.renderer.texture
Modifier and TypeMethodDescriptionprivate SpriteContents.AnimatedTexture
SpriteContents.createAnimatedTexture
(FrameSize p_250817_, int p_249792_, int p_252353_, AnimationMetadataSection p_250947_) ModifierConstructorDescriptionSpriteContents
(ResourceLocation p_249787_, FrameSize p_251031_, NativeImage p_252131_, ResourceMetadata p_294742_) -
Uses of FrameSize in net.minecraft.client.resources.metadata.animation
Modifier and TypeMethodDescriptionAnimationMetadataSection.calculateFrameSize
(int p_249859_, int p_250148_) -
Uses of FrameSize in net.neoforged.neoforge.client.textures
Modifier 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.debug.client
ModifierConstructorDescriptionCustomSpriteContents
(ResourceLocation name, FrameSize size, NativeImage image, ResourceMetadata metadata)