Class AnimationVariableSlotCallbackString
java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallback
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallbackString
- All Implemented Interfaces:
IAnimationVariableSlot
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static interface
Nested classes/interfaces inherited from class zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallback
AnimationVariableSlotCallback.CallbackGet, AnimationVariableSlotCallback.CallbackSet
-
Constructor Summary
ConstructorDescriptionAnimationVariableSlotCallbackString
(String string, String string2, AnimationVariableSlotCallbackString.CallbackGetStrongTyped callbackGetStrongTyped) AnimationVariableSlotCallbackString
(String string, String string2, AnimationVariableSlotCallbackString.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackString.CallbackSetStrongTyped callbackSetStrongTyped) AnimationVariableSlotCallbackString
(String string, AnimationVariableSlotCallbackString.CallbackGetStrongTyped callbackGetStrongTyped) AnimationVariableSlotCallbackString
(String string, AnimationVariableSlotCallbackString.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackString.CallbackSetStrongTyped callbackSetStrongTyped) -
Method Summary
Modifier and TypeMethodDescriptionboolean
canConvertFrom
(String string) getType()
boolean
float
void
setValue
(boolean boolean1) void
setValue
(float float1) void
Methods inherited from class zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallback
clear, getValue, isReadOnly, trySetValue
Methods inherited from class zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
getKey
-
Constructor Details
-
AnimationVariableSlotCallbackString
public AnimationVariableSlotCallbackString(String string, AnimationVariableSlotCallbackString.CallbackGetStrongTyped callbackGetStrongTyped) -
AnimationVariableSlotCallbackString
public AnimationVariableSlotCallbackString(String string, AnimationVariableSlotCallbackString.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackString.CallbackSetStrongTyped callbackSetStrongTyped) -
AnimationVariableSlotCallbackString
public AnimationVariableSlotCallbackString(String string, String string2, AnimationVariableSlotCallbackString.CallbackGetStrongTyped callbackGetStrongTyped) -
AnimationVariableSlotCallbackString
public AnimationVariableSlotCallbackString(String string, String string2, AnimationVariableSlotCallbackString.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackString.CallbackSetStrongTyped callbackSetStrongTyped)
-
-
Method Details
-
getDefaultValue
- Specified by:
getDefaultValue
in 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
-