Class AnimationVariableSlotCallbackInt
java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallback
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallbackInt
- All Implemented Interfaces:
IAnimationVariableSlot
public final class AnimationVariableSlotCallbackInt extends AnimationVariableSlotCallback
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AnimationVariableSlotCallbackInt.CallbackGetStrongTyped
static interface
AnimationVariableSlotCallbackInt.CallbackSetStrongTyped
Nested classes/interfaces inherited from class zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallback
AnimationVariableSlotCallback.CallbackGet, AnimationVariableSlotCallback.CallbackSet
-
Constructor Summary
Constructors Constructor Description AnimationVariableSlotCallbackInt(java.lang.String string, int int1, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped)
AnimationVariableSlotCallbackInt(java.lang.String string, int int1, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackInt.CallbackSetStrongTyped callbackSetStrongTyped)
AnimationVariableSlotCallbackInt(java.lang.String string, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped)
AnimationVariableSlotCallbackInt(java.lang.String string, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackInt.CallbackSetStrongTyped callbackSetStrongTyped)
-
Method Summary
Modifier and Type Method Description boolean
canConvertFrom(java.lang.String string)
java.lang.Integer
getDefaultValue()
AnimationVariableType
getType()
boolean
getValueBool()
float
getValueFloat()
java.lang.String
getValueString()
void
setValue(boolean boolean1)
void
setValue(float float1)
void
setValue(java.lang.String string)
Methods inherited from class zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallback
clear, getValue, isReadOnly, trySetValue
Methods inherited from class zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
getKey
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AnimationVariableSlotCallbackInt
public AnimationVariableSlotCallbackInt(java.lang.String string, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped) -
AnimationVariableSlotCallbackInt
public AnimationVariableSlotCallbackInt(java.lang.String string, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackInt.CallbackSetStrongTyped callbackSetStrongTyped) -
AnimationVariableSlotCallbackInt
public AnimationVariableSlotCallbackInt(java.lang.String string, int int1, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped) -
AnimationVariableSlotCallbackInt
public AnimationVariableSlotCallbackInt(java.lang.String string, int int1, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackInt.CallbackSetStrongTyped callbackSetStrongTyped)
-
-
Method Details
-
getDefaultValue
public java.lang.Integer getDefaultValue()- Specified by:
getDefaultValue
in classAnimationVariableSlotCallback
-
getValueString
public java.lang.String getValueString() -
getValueFloat
public float getValueFloat() -
getValueBool
public boolean getValueBool() -
setValue
public void setValue(java.lang.String string) -
setValue
public void setValue(float float1) -
setValue
public void setValue(boolean boolean1) -
getType
-
canConvertFrom
public boolean canConvertFrom(java.lang.String string)
-