Class AnimationVariableSlotCallbackInt
java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallback
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallbackInt
- All Implemented Interfaces:
IAnimationVariableSlot
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfaceNested classes/interfaces inherited from class zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallback
AnimationVariableSlotCallback.CallbackGet, AnimationVariableSlotCallback.CallbackSet -
Constructor Summary
ConstructorsConstructorDescriptionAnimationVariableSlotCallbackInt(String string, int int1, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped) AnimationVariableSlotCallbackInt(String string, int int1, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackInt.CallbackSetStrongTyped callbackSetStrongTyped) AnimationVariableSlotCallbackInt(String string, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped) AnimationVariableSlotCallbackInt(String string, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackInt.CallbackSetStrongTyped callbackSetStrongTyped) -
Method Summary
Modifier and TypeMethodDescriptionbooleancanConvertFrom(String string) getType()booleanfloatvoidsetValue(boolean boolean1) voidsetValue(float float1) voidMethods inherited from class zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallback
clear, getValue, isReadOnly, trySetValueMethods inherited from class zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
getKey
-
Constructor Details
-
AnimationVariableSlotCallbackInt
public AnimationVariableSlotCallbackInt(String string, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped) -
AnimationVariableSlotCallbackInt
public AnimationVariableSlotCallbackInt(String string, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackInt.CallbackSetStrongTyped callbackSetStrongTyped) -
AnimationVariableSlotCallbackInt
public AnimationVariableSlotCallbackInt(String string, int int1, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped) -
AnimationVariableSlotCallbackInt
public AnimationVariableSlotCallbackInt(String string, int int1, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackInt.CallbackSetStrongTyped callbackSetStrongTyped)
-
-
Method Details
-
getDefaultValue
- Specified by:
getDefaultValuein classAnimationVariableSlotCallback
-
getValueString
-
getValueFloat
public float getValueFloat() -
getValueBool
public boolean getValueBool() -
setValue
-
setValue
public void setValue(float float1) -
setValue
public void setValue(boolean boolean1) -
getType
-
canConvertFrom
-