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 DynamicTexture
MapItemRenderer.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 DynamicTexture
ServerSelectionList.NormalEntry. icon
private DynamicTexture
WorldSelectionList.Entry. icon
Methods in net.minecraft.client.gui.screen that return DynamicTexture Modifier and Type Method Description private DynamicTexture
WorldSelectionList.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 DynamicTexture
LightTexture. 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 DynamicTexture
MissingTextureSprite. missingTexture
private DynamicTexture
OverlayTexture. texture
Methods in net.minecraft.client.renderer.texture that return DynamicTexture Modifier and Type Method Description static DynamicTexture
MissingTextureSprite. getTexture()
Methods in net.minecraft.client.renderer.texture with parameters of type DynamicTexture Modifier and Type Method Description ResourceLocation
TextureManager. register(java.lang.String p_110578_1_, DynamicTexture p_110578_2_)
-