net.minecraft.client.resources.metadata.animation

public class AnimationMetadataSection

dyd
net.minecraft.client.resources.metadata.animation.AnimationMetadataSection
net.minecraft.class_1079
net.minecraft.client.resource.metadata.AnimationResourceMetadata
net.minecraft.client.resources.data.AnimationMetadataSection

Field summary

Modifier and TypeField
public static final AnimationMetadataSectionSerializer
a
SERIALIZER
field_5337
READER
field_195817_a
private final List<AnimationFrame>
b
frames
field_5339
frames
field_110478_a
private final int
c
frameWidth
field_5338
width
field_110476_b
private final int
d
frameHeight
field_5336
height
field_110477_c
private final int
e
defaultFrameTime
field_5334
defaultFrameTime
field_110475_d
private final boolean
f
interpolatedFrames
field_5335
interpolate
field_177220_e

Constructor summary

ModifierConstructor
public (List<AnimationFrame> frames, int width, int height, int defaultFrameTime, boolean interpolate)

Method summary

Modifier and TypeMethod
public int
a()
getFrameHeight()
method_4686()
getHeight()
func_110471_a()
public int
b()
getFrameWidth()
method_4687()
getWidth()
func_110474_b()
public int
c()
getFrameCount()
method_4682()
getFrameCount()
func_110473_c()
public int
d()
getDefaultFrameTime()
method_4684()
getDefaultFrameTime()
func_110469_d()
public boolean
e()
isInterpolatedFrames()
method_4685()
shouldInterpolate()
func_177219_e()
private AnimationFrame
d(int arg0)
getFrame(int arg0)
method_4681(int arg0)
getFrame(int frameIndex)
func_130072_d(int arg0)
public int
a(int arg0)
getFrameTime(int arg0)
method_4683(int arg0)
getFrameTime(int frameIndex)
func_110472_a(int arg0)
public int
c(int arg0)
getFrameIndex(int arg0)
method_4680(int arg0)
getFrameIndex(int frameIndex)
func_110468_c(int arg0)
public Set<Integer>
f()
getUniqueFrameIndices()
method_4688()
getFrameIndexSet()
func_130073_e()