Uses of Class
net.minecraft.client.texture.NativeImageBackedTexture
Packages that use NativeImageBackedTexture
Package
Description
-
Uses of NativeImageBackedTexture in net.minecraft.client.gui.screen.multiplayer
Fields in net.minecraft.client.gui.screen.multiplayer declared as NativeImageBackedTextureModifier and TypeFieldDescriptionprivate @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 NativeImageBackedTextureModifier and TypeFieldDescriptionprivate final @Nullable NativeImageBackedTexture
WorldListWidget.WorldEntry.icon
Methods in net.minecraft.client.gui.screen.world that return NativeImageBackedTextureModifier and TypeMethodDescriptionprivate @Nullable NativeImageBackedTexture
WorldListWidget.WorldEntry.getIconTexture()
-
Uses of NativeImageBackedTexture in net.minecraft.client.render
Fields in net.minecraft.client.render declared as NativeImageBackedTextureModifier and TypeFieldDescriptionprivate final NativeImageBackedTexture
LightmapTextureManager.texture
private final NativeImageBackedTexture
MapRenderer.MapTexture.texture
private final NativeImageBackedTexture
OverlayTexture.texture
-
Uses of NativeImageBackedTexture in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as NativeImageBackedTextureModifier and TypeFieldDescriptionprivate static @Nullable NativeImageBackedTexture
MissingSprite.texture
Methods in net.minecraft.client.texture that return NativeImageBackedTextureModifier and TypeMethodDescriptionstatic NativeImageBackedTexture
MissingSprite.getMissingSpriteTexture()
Methods in net.minecraft.client.texture with parameters of type NativeImageBackedTextureModifier and TypeMethodDescriptionTextureManager.registerDynamicTexture
(String prefix, NativeImageBackedTexture texture)