Uses of Class
net.minecraft.client.resources.data.AnimationMetadataSection
-
Packages that use AnimationMetadataSection Package Description net.minecraft.client.renderer.texture net.minecraft.client.resources.data -
-
Uses of AnimationMetadataSection in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as AnimationMetadataSection Modifier and Type Field Description private AnimationMetadataSection
TextureAtlasSprite.Info. metadata
private AnimationMetadataSection
TextureAtlasSprite. metadata
Constructors in net.minecraft.client.renderer.texture with parameters of type AnimationMetadataSection Constructor Description Info(ResourceLocation p_i226050_1_, int p_i226050_2_, int p_i226050_3_, AnimationMetadataSection p_i226050_4_)
-
Uses of AnimationMetadataSection in net.minecraft.client.resources.data
Fields in net.minecraft.client.resources.data declared as AnimationMetadataSection Modifier and Type Field Description static AnimationMetadataSection
AnimationMetadataSection. EMPTY
Methods in net.minecraft.client.resources.data that return AnimationMetadataSection Modifier and Type Method Description AnimationMetadataSection
AnimationMetadataSectionSerializer. fromJson(com.google.gson.JsonObject p_195812_1_)
-