Class SingleFile
java.lang.Object
net.minecraft.client.renderer.texture.atlas.sources.SingleFile
- All Implemented Interfaces:
- SpriteSource
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.client.renderer.texture.atlas.SpriteSourceSpriteSource.Output, SpriteSource.SpriteSupplier
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SingleFile>private static final org.slf4j.Loggerprivate final ResourceLocationprivate final Optional<ResourceLocation>Fields inherited from interface net.minecraft.client.renderer.texture.atlas.SpriteSourceTEXTURE_ID_CONVERTER
- 
Constructor SummaryConstructorsConstructorDescriptionSingleFile(ResourceLocation p_261658_, Optional<ResourceLocation> p_261712_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidrun(ResourceManager p_261920_, SpriteSource.Output p_261578_) type()
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
CODEC
- 
resourceId
- 
spriteId
 
- 
- 
Constructor Details- 
SingleFile
 
- 
- 
Method Details- 
run- Specified by:
- runin interface- SpriteSource
 
- 
type- Specified by:
- typein interface- SpriteSource
 
 
-