Package | Description |
---|---|
net.minecraft.client.particle | |
net.minecraft.client.renderer.model | |
net.minecraft.client.renderer.texture | |
net.minecraftforge.client | |
net.minecraftforge.client.event |
Modifier and Type | Field and Description |
---|---|
private AtlasTexture |
ParticleManager.atlas |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,com.mojang.datafixers.util.Pair<AtlasTexture,AtlasTexture.SheetData>> |
ModelBakery.sheetData |
Modifier and Type | Method and Description |
---|---|
AtlasTexture |
ModelManager.getAtlasTexture(ResourceLocation locationIn) |
Modifier and Type | Field and Description |
---|---|
private AtlasTexture |
TextureAtlasSprite.atlasTexture |
private AtlasTexture |
SpriteUploader.textureAtlas |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,AtlasTexture> |
SpriteMap.atlasTextures |
Modifier and Type | Method and Description |
---|---|
AtlasTexture |
TextureAtlasSprite.getAtlasTexture() |
AtlasTexture |
SpriteMap.getAtlasTexture(ResourceLocation locationIn) |
Modifier and Type | Method and Description |
---|---|
static MissingTextureSprite |
MissingTextureSprite.create(AtlasTexture atlasTextureIn,
int mipmapLevelIn,
int atlasWidthIn,
int atlasHeightIn,
int xIn,
int yIn) |
Constructor and Description |
---|
MissingTextureSprite(AtlasTexture atlasTextureIn,
int mipmapLevelIn,
int atlasWidthIn,
int atlasHeightIn,
int xIn,
int yIn) |
TextureAtlasSprite(AtlasTexture atlasTextureIn,
TextureAtlasSprite.Info spriteInfoIn,
int mipmapLevelsIn,
int atlasWidthIn,
int atlasHeightIn,
int xIn,
int yIn,
NativeImage imageIn) |
Constructor and Description |
---|
SpriteMap(java.util.Collection<AtlasTexture> atlasTexturesIn) |
Modifier and Type | Method and Description |
---|---|
static void |
ForgeHooksClient.onTextureStitchedPost(AtlasTexture map) |
static void |
ForgeHooksClient.onTextureStitchedPre(AtlasTexture map,
java.util.Set<ResourceLocation> resourceLocations) |
Modifier and Type | Field and Description |
---|---|
private AtlasTexture |
TextureStitchEvent.map |
Modifier and Type | Method and Description |
---|---|
AtlasTexture |
TextureStitchEvent.getMap() |
Constructor and Description |
---|
Post(AtlasTexture map) |
Pre(AtlasTexture map,
java.util.Set<ResourceLocation> sprites) |
TextureStitchEvent(AtlasTexture map) |