Uses of Class
net.minecraft.client.texture.NativeImageBackedTexture
Package | Description |
---|---|
net.minecraft.client.gui.screen.multiplayer | |
net.minecraft.client.gui.screen.world | |
net.minecraft.client.render | |
net.minecraft.client.texture |
-
Uses of NativeImageBackedTexture in net.minecraft.client.gui.screen.multiplayer
Fields in net.minecraft.client.gui.screen.multiplayer declared as NativeImageBackedTexture Modifier and Type Field Description private @Nullable NativeImageBackedTexture
MultiplayerServerListWidget.ServerEntry. icon
-
Uses of NativeImageBackedTexture in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as NativeImageBackedTexture Modifier and Type Field Description private @Nullable NativeImageBackedTexture
WorldListWidget.Entry. icon
Methods in net.minecraft.client.gui.screen.world that return NativeImageBackedTexture Modifier and Type Method Description private @Nullable NativeImageBackedTexture
WorldListWidget.Entry. getIconTexture()
-
Uses of NativeImageBackedTexture in net.minecraft.client.render
Fields in net.minecraft.client.render declared as NativeImageBackedTexture Modifier and Type Field Description private NativeImageBackedTexture
LightmapTextureManager. texture
private NativeImageBackedTexture
MapRenderer.MapTexture. texture
private NativeImageBackedTexture
OverlayTexture. texture
-
Uses of NativeImageBackedTexture in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as NativeImageBackedTexture Modifier and Type Field Description private static @Nullable NativeImageBackedTexture
MissingSprite. texture
Methods in net.minecraft.client.texture that return NativeImageBackedTexture Modifier and Type Method Description static NativeImageBackedTexture
MissingSprite. getMissingSpriteTexture()
Methods in net.minecraft.client.texture with parameters of type NativeImageBackedTexture Modifier and Type Method Description Identifier
TextureManager. registerDynamicTexture(String prefix, NativeImageBackedTexture texture)