Uses of Class
net.minecraft.client.renderer.texture.DynamicTexture
-
Packages that use DynamicTexture Package Description net.minecraft.client.gui net.minecraft.client.gui.screen net.minecraft.client.renderer net.minecraft.client.renderer.texture -
-
Uses of DynamicTexture in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as DynamicTexture Modifier and Type Field Description private DynamicTextureMapItemRenderer.Instance. texture -
Uses of DynamicTexture in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as DynamicTexture Modifier and Type Field Description private DynamicTextureServerSelectionList.NormalEntry. iconprivate DynamicTextureWorldSelectionList.Entry. iconMethods in net.minecraft.client.gui.screen that return DynamicTexture Modifier and Type Method Description private DynamicTextureWorldSelectionList.Entry. loadServerIcon() -
Uses of DynamicTexture in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as DynamicTexture Modifier and Type Field Description private DynamicTextureLightTexture. lightTexture -
Uses of DynamicTexture in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as DynamicTexture Modifier and Type Field Description private static DynamicTextureMissingTextureSprite. missingTextureprivate DynamicTextureOverlayTexture. textureMethods in net.minecraft.client.renderer.texture that return DynamicTexture Modifier and Type Method Description static DynamicTextureMissingTextureSprite. getTexture()Methods in net.minecraft.client.renderer.texture with parameters of type DynamicTexture Modifier and Type Method Description ResourceLocationTextureManager. register(java.lang.String p_110578_1_, DynamicTexture p_110578_2_)
-