net.minecraft.client.data

public class AtlasDefinitionProvider

implements DataProvider

net.minecraft.client.data.AtlasProvider
net.minecraft.class_10718
net.minecraft.client.data.AtlasDefinitionProvider

Field summary

Modifier and TypeField
private static final Identifier
TRIM_PALETTE_KEY
field_56342
TRIM_PALETTES_ID
private final DataOutput$PathResolver
pathProvider
field_56346
pathResolver

Constructor summary

ModifierConstructor
public (DataOutput output)

Method summary

Modifier and TypeMethod
private static AtlasSource
forMaterial(SpriteId sprite)
method_67250(class_1_310 arg0)
createSingleAtlasSource(SpriteIdentifier arg0)
private static AtlasSource
forMapper(SpriteMapper mapper)
method_67248(class_10721 arg0)
createDirectoryAtlasSource(SpriteMapper spriteMapper)
private static List<AtlasSource>
simpleMapper(SpriteMapper mapper)
method_67254(class_10721 arg0)
createAtlasSources(SpriteMapper spriteMapper)
private static List<AtlasSource>
noPrefixMapper(String directory)
method_67251(String arg0)
createAtlasSources(String directorySource)
private static List<AtlasSource>
blocksList()
method_67257()
createBlocksAtlasSources()
private static List<AtlasSource>
itemsList()
method_76538()
createItemsAtlasSources()
private static List<AtlasSource>
bannerPatterns()
method_67258()
createBannerPatternsAtlasSources()
private static List<AtlasSource>
shieldPatterns()
method_67259()
createShieldAtlasSources()
private static List<AtlasSource>
guiSprites()
method_71642()
createGuiAtlasSources()
public CompletableFuture<?>
run(CachedOutput cache)
method_10319(class_7403 arg0)
run(DataWriter arg0)
private CompletableFuture<?>
storeAtlas(CachedOutput cache, Identifier atlasId, List<SpriteSource> contents)
method_67252(class_7403 arg0, class_2960 arg1, List<class_7948> arg2)
runForAtlas(DataWriter writer, Identifier atlasId, List<AtlasSource> atlasSources)
public String
getName()
method_10321()
getName()