Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
FreeMinecraftModels
/
com.magmaguy.freeminecraftmodels.animation
/
Animation
Animation
public
class
Animation
Members
Constructors
Animation
Link copied to clipboard
public
void
Animation
(
AnimationBlueprint
animationBlueprint
,
ModeledEntity
modeledEntity
)
Properties
animation
Blueprint
Link copied to clipboard
public
final
AnimationBlueprint
animationBlueprint
animation
Frames
Link copied to clipboard
public
final
HashMap
<
Bone
,
Array
<
AnimationFrame
>
>
animationFrames
counter
Link copied to clipboard
public
int
counter
ik
Animation
Frames
Link copied to clipboard
public
final
HashMap
<
IKChain
,
Array
<
IKAnimationFrame
>
>
ikAnimationFrames
Functions
get
Animation
Blueprint
Link copied to clipboard
public
AnimationBlueprint
getAnimationBlueprint
(
)
get
Animation
Frames
Link copied to clipboard
public
HashMap
<
Bone
,
Array
<
AnimationFrame
>
>
getAnimationFrames
(
)
get
Counter
Link copied to clipboard
public
int
getCounter
(
)
get
Ik
Animation
Frames
Link copied to clipboard
public
HashMap
<
IKChain
,
Array
<
IKAnimationFrame
>
>
getIkAnimationFrames
(
)
has
IKAnimations
Link copied to clipboard
public
boolean
hasIKAnimations
(
)
Checks if this animation has any IK chains to animate.
increment
Counter
Link copied to clipboard
public
void
incrementCounter
(
)
reset
Counter
Link copied to clipboard
public
void
resetCounter
(
)