BlockyAnimationCache

public class BlockyAnimationCache

Class BlockyAnimationCache. Provides blockyanimationcache functionality for the Hytale server.

java.lang.Object > BlockyAnimationCache

Field Summary

animationData

final BlockyAnimation animationData

Field animationData.

asset

final CommonAsset asset

Field asset.

name

final String name

Field name.

str

final String str

Field str.

reader

final RawJsonReader reader

Field reader.

extraInfo

final ExtraInfo extraInfo

Field extraInfo.

newAnimationData

final BlockyAnimation newAnimationData

Field newAnimationData.

duration

private int duration

Field duration.

Method Detail

get

static CompletableFuture get (final String name)

Method get.

Parameters:
final String name

getNow

static BlockyAnimation getNow (final String name)

Method getNow.

Parameters:
final String name

invalidate

static void invalidate (final String name)

Method invalidate.

Parameters:
final String name

getDurationFrames

public int getDurationFrames ()

Method getDurationFrames.

getDurationMillis

public double getDurationMillis ()

Method getDurationMillis.

getDurationSeconds

public double getDurationSeconds ()

Method getDurationSeconds.

toString

public String toString ()

Method toString.