Uses of Class
net.minecraft.client.resources.data.TextureMetadataSection
-
Packages that use TextureMetadataSection Package Description net.minecraft.client.renderer.texture net.minecraft.client.resources.data -
-
Uses of TextureMetadataSection in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as TextureMetadataSection Modifier and Type Field Description private TextureMetadataSection
SimpleTexture.TextureData. metadata
Methods in net.minecraft.client.renderer.texture that return TextureMetadataSection Modifier and Type Method Description TextureMetadataSection
SimpleTexture.TextureData. getTextureMetadata()
Constructors in net.minecraft.client.renderer.texture with parameters of type TextureMetadataSection Constructor Description TextureData(TextureMetadataSection p_i50474_1_, NativeImage p_i50474_2_)
-
Uses of TextureMetadataSection in net.minecraft.client.resources.data
Methods in net.minecraft.client.resources.data that return TextureMetadataSection Modifier and Type Method Description TextureMetadataSection
TextureMetadataSectionSerializer. fromJson(com.google.gson.JsonObject p_195812_1_)
-