Package | Description |
---|---|
net.risingworld.api.objects.custom | |
net.risingworld.api.utils |
Modifier and Type | Method and Description |
---|---|
Animation |
CustomItem.getPlayerIdleAnimation() |
Animation |
CustomItem.getPlayerPrimaryAnimation() |
Animation |
CustomItem.getPlayerSecondaryAnimation() |
Modifier and Type | Method and Description |
---|---|
void |
CustomItem.setPlayerIdleAnimation(Animation animation)
Sets the idle animation of the player when this item is equipped.
|
void |
CustomItem.setPrimaryAction(Animation primaryAnimation,
float triggerDelay,
CustomItem.Action action)
Defines the (custom) primary action and animation for this item.
|
void |
CustomItem.setSecondaryAction(Animation secondaryAnimation,
float triggerDelay,
CustomItem.Action action) |
Modifier and Type | Method and Description |
---|---|
static Animation |
Animation.getAnimation(int id)
Gets an animation by its id (ordinal value).
|
static Animation |
Animation.getAnimationByRawName(java.lang.String rawName)
Gets an animation by its raw (internal) name.
|
static Animation |
Animation.getDefaultAnimation()
Gets the default idle animation.
|
Animation |
Animation.getReplacement()
Gets the replacement animation, i.e. the animation which will be played instead
in 3rd person view (as well as for other players).
|
static Animation |
Animation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Animation[] |
Animation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|