net.minecraft.client.resource.metadata

public class AnimationMetadata

implements ResourceMetadataSection

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

Field summary

Modifier and TypeField
private final List<AnimationFrame>
a
field_6664
frames
animationFrames
private final int
b
field_6665
frameWidth
frameWidth
private final int
c
field_6666
frameHeight
frameHeight
private final int
d
field_6667
defaultFrameTime
frameTime
private final boolean
e
field_11272
interpolated
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()
getFrameHeight()
public int
b()
method_5963()
getFrameWidth()
getFrameWidth()
public int
c()
method_5965()
getFrameCount()
getFrameCount()
public int
d()
method_5967()
getDefaultFrameTime()
getFrameTime()
public boolean
e()
method_10370()
isInterpolated()
isInterpolate()
private AnimationFrame
d(int arg0)
method_5968(int arg0)
getFrame(int i)
getAnimationFrame(int arg0)
public int
a(int arg0)
method_5962(int arg0)
getFrameTime(int i)
getFrameTimeSingle(int arg0)
public boolean
b(int arg0)
method_5964(int arg0)
hasFrameTime(int i)
frameHasTime(int arg0)
public int
c(int arg0)
method_5966(int arg0)
getFrameIndex(int i)
getFrameIndex(int arg0)
public Set<Integer>
f()
method_5969()
getUniqueFrameIndices()
getFrameIndexSet()