Class Unstitcher
java.lang.Object
net.minecraft.client.renderer.texture.atlas.sources.Unstitcher
- All Implemented Interfaces:
 SpriteSource
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final record(package private) static classNested classes/interfaces inherited from interface net.minecraft.client.renderer.texture.atlas.SpriteSource
SpriteSource.Output, SpriteSource.SpriteSupplier - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Unstitcher>(package private) static final org.slf4j.Loggerprivate final List<Unstitcher.Region>private final ResourceLocationprivate final doubleprivate final doubleFields inherited from interface net.minecraft.client.renderer.texture.atlas.SpriteSource
TEXTURE_ID_CONVERTER - 
Constructor Summary
ConstructorsConstructorDescriptionUnstitcher(ResourceLocation p_261679_, List<Unstitcher.Region> p_261974_, double p_262181_, double p_261631_)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidrun(ResourceManager p_261498_, SpriteSource.Output p_261828_) type() 
- 
Field Details
- 
LOGGER
static final org.slf4j.Logger LOGGER - 
CODEC
 - 
resource
 - 
regions
 - 
xDivisor
private final double xDivisor - 
yDivisor
private final double yDivisor 
 - 
 - 
Constructor Details
- 
Unstitcher
public Unstitcher(ResourceLocation p_261679_, List<Unstitcher.Region> p_261974_, double p_262181_, double p_261631_)  
 - 
 - 
Method Details
- 
run
- Specified by:
 runin interfaceSpriteSource
 - 
type
- Specified by:
 typein interfaceSpriteSource
 
 -