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 SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final ResourceLocation(package private) static final org.slf4j.LoggerFields inherited from class net.minecraft.client.renderer.texture.AbstractTextureblur, id, mipmap, NOT_ASSIGNED
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.AbstractTexturebind, close, getId, releaseId, reset, restoreLastBlurMipmap, setBlurMipmap, setFilter
- 
Field Details- 
LOGGERstatic final org.slf4j.Logger LOGGER
- 
location
 
- 
- 
Constructor Details- 
SimpleTexture
 
- 
- 
Method Details- 
load- Specified by:
- loadin class- AbstractTexture
- Throws:
- IOException
 
- 
doLoad
- 
getTextureImage
 
-