Uses of Class
net.minecraft.client.resources.data.AnimationFrame
-
Packages that use AnimationFrame Package Description net.minecraft.client.resources.data -
-
Uses of AnimationFrame in net.minecraft.client.resources.data
Fields in net.minecraft.client.resources.data with type parameters of type AnimationFrame Modifier and Type Field Description private java.util.List<AnimationFrame>
AnimationMetadataSection. frames
Methods in net.minecraft.client.resources.data that return AnimationFrame Modifier and Type Method Description private AnimationFrame
AnimationMetadataSection. getFrame(int p_130072_1_)
private AnimationFrame
AnimationMetadataSectionSerializer. getFrame(int p_110492_1_, com.google.gson.JsonElement p_110492_2_)
Constructor parameters in net.minecraft.client.resources.data with type arguments of type AnimationFrame Constructor Description AnimationMetadataSection(java.util.List<AnimationFrame> p_i46088_1_, int p_i46088_2_, int p_i46088_3_, int p_i46088_4_, boolean p_i46088_5_)
-