Class PalettedTextureManager.AtlasTexture
java.lang.Object
net.minecraft.client.renderer.texture.AbstractTexture
net.minecraft.client.resources.palette.PalettedTextureManager.AtlasTexture
- All Implemented Interfaces:
AutoCloseable, Dumpable
- Enclosing class:
PalettedTextureManager
private static class PalettedTextureManager.AtlasTexture
extends AbstractTexture
implements Dumpable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Identifierprivate static final intprivate final DynamicAtlasTreeFields inherited from class AbstractTexture
sampler, texture, textureView -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddumpContents(Identifier selfId, Path dir) tryAllocateSlot(int width, int height) Methods inherited from class AbstractTexture
close, getSampler, getTexture, getTextureView, releaseTextures
-
Field Details
-
SIZE
private static final int SIZE- See Also:
-
location
-
tree
-
-
Constructor Details
-
AtlasTexture
-
-
Method Details
-
tryAllocateSlot
-
dumpContents
- Specified by:
dumpContentsin interfaceDumpable
-