net.minecraft.client.resource.metadata

public class AnimationMetadata

implements ResourceMetadataSection

cfi
net.minecraft.class_1674
net.minecraft.client.resource.metadata.AnimationMetadata
net.minecraft.client.resources.data.AnimationMetadataSection
net.minecraft.client.resources.data.AnimationMetadataSection

Field summary

Modifier and TypeField
private final List<AnimationFrame>
a
field_6664
frames
field_110478_a
animationFrames
private final int
b
field_6665
frameWidth
field_110476_b
frameWidth
private final int
c
field_6666
frameHeight
field_110477_c
frameHeight
private final int
d
field_6667
defaultFrameTime
field_110475_d
frameTime
private final boolean
e
field_11272
interpolated
field_177220_e
interpolate

Constructor summary

ModifierConstructor
public (List<AnimationFrame> frames, int frameWidth, int height, int defaultFrameTime, boolean interpolated)

Method summary

Modifier and TypeMethod
public int
a()
method_5961()
getFrameHeight()
func_110471_a()
getFrameHeight()
public int
b()
method_5963()
getFrameWidth()
func_110474_b()
getFrameWidth()
public int
c()
method_5965()
getFrameCount()
func_110473_c()
getFrameCount()
public int
d()
method_5967()
getDefaultFrameTime()
func_110469_d()
getFrameTime()
public boolean
e()
method_10370()
isInterpolated()
func_177219_e()
isInterpolate()
private AnimationFrame
d(int arg0)
method_5968(int arg0)
getFrame(int i)
func_130072_d(int arg0)
getAnimationFrame(int frame)
public int
a(int arg0)
method_5962(int arg0)
getFrameTime(int i)
func_110472_a(int arg0)
getFrameTimeSingle(int frame)
public boolean
b(int arg0)
method_5964(int arg0)
hasFrameTime(int i)
func_110470_b(int arg0)
frameHasTime(int frame)
public int
c(int arg0)
method_5966(int arg0)
getFrameIndex(int i)
func_110468_c(int arg0)
getFrameIndex(int frame)
public Set<Integer>
f()
method_5969()
getUniqueFrameIndices()
func_130073_e()
getFrameIndexSet()