Class SimpleTexture
java.lang.Object
net.minecraft.client.renderer.texture.AbstractTexture
net.minecraft.client.renderer.texture.SimpleTexture
- All Implemented Interfaces:
 AutoCloseable
- Direct Known Subclasses:
 HttpTexture,LoadingOverlay.LogoTexture,PreloadedTexture
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ResourceLocation(package private) static final org.slf4j.LoggerFields inherited from class net.minecraft.client.renderer.texture.AbstractTexture
blur, id, mipmap, NOT_ASSIGNED - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate voiddoLoad(NativeImage p_118137_, boolean p_118138_, boolean p_118139_) protected SimpleTexture.TextureImagegetTextureImage(ResourceManager p_118140_) voidload(ResourceManager p_118135_) Methods inherited from class net.minecraft.client.renderer.texture.AbstractTexture
bind, close, getId, releaseId, reset, restoreLastBlurMipmap, setBlurMipmap, setFilter 
- 
Field Details
- 
LOGGER
static final org.slf4j.Logger LOGGER - 
location
 
 - 
 - 
Constructor Details
- 
SimpleTexture
 
 - 
 - 
Method Details
- 
load
- Specified by:
 loadin classAbstractTexture- Throws:
 IOException
 - 
doLoad
 - 
getTextureImage
 
 -