Uses of Interface
net.minecraft.client.texture.TextureStitcher.Stitchable
Packages that use TextureStitcher.Stitchable
-
Uses of TextureStitcher.Stitchable in net.minecraft.client.texture
Classes in net.minecraft.client.texture with type parameters of type TextureStitcher.StitchableModifier and TypeClassDescriptionclass
TextureStitcher<T extends TextureStitcher.Stitchable>
private static final record
TextureStitcher.Holder<T extends TextureStitcher.Stitchable>
static class
TextureStitcher.Slot<T extends TextureStitcher.Stitchable>
static interface
Classes in net.minecraft.client.texture that implement TextureStitcher.StitchableFields in net.minecraft.client.texture declared as TextureStitcher.StitchableModifier and TypeFieldDescriptionprivate final T
TextureStitcher.Holder.sprite
The field for thesprite
record component.Fields in net.minecraft.client.texture with type parameters of type TextureStitcher.StitchableModifier and TypeFieldDescriptionprivate final Collection<TextureStitcher.Stitchable>
TextureStitcherCannotFitException.sprites
Methods in net.minecraft.client.texture that return types with arguments of type TextureStitcher.StitchableConstructors in net.minecraft.client.texture with parameters of type TextureStitcher.StitchableModifierConstructorDescriptionTextureStitcherCannotFitException
(TextureStitcher.Stitchable sprite, Collection<TextureStitcher.Stitchable> sprites) Constructor parameters in net.minecraft.client.texture with type arguments of type TextureStitcher.StitchableModifierConstructorDescriptionTextureStitcherCannotFitException
(TextureStitcher.Stitchable sprite, Collection<TextureStitcher.Stitchable> sprites)