Class Unstitcher
java.lang.Object
net.minecraft.client.renderer.texture.atlas.sources.Unstitcher
- All Implemented Interfaces:
- SpriteSource
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final recordstatic classNested classes/interfaces inherited from interface net.minecraft.client.renderer.texture.atlas.SpriteSourceSpriteSource.Output, SpriteSource.SpriteSupplier
- 
Field SummaryFieldsModifier 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.SpriteSourceTEXTURE_ID_CONVERTER
- 
Constructor SummaryConstructorsConstructorDescriptionUnstitcher(ResourceLocation p_261679_, List<Unstitcher.Region> p_261974_, double p_262181_, double p_261631_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidrun(ResourceManager p_261498_, SpriteSource.Output p_261828_) type()
- 
Field Details- 
LOGGERstatic final org.slf4j.Logger LOGGER
- 
CODEC
- 
resource
- 
regions
- 
xDivisorprivate final double xDivisor
- 
yDivisorprivate final double yDivisor
 
- 
- 
Constructor Details- 
Unstitcherpublic Unstitcher(ResourceLocation p_261679_, List<Unstitcher.Region> p_261974_, double p_262181_, double p_261631_) 
 
- 
- 
Method Details- 
run- Specified by:
- runin interface- SpriteSource
 
- 
type- Specified by:
- typein interface- SpriteSource
 
 
-