Class AnimationVariableSlotCallbackFloat
java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallback
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallbackFloat
- 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
ConstructorDescriptionAnimationVariableSlotCallbackFloat
(String string, float float1, AnimationVariableSlotCallbackFloat.CallbackGetStrongTyped callbackGetStrongTyped) AnimationVariableSlotCallbackFloat
(String string, float float1, AnimationVariableSlotCallbackFloat.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackFloat.CallbackSetStrongTyped callbackSetStrongTyped) AnimationVariableSlotCallbackFloat
(String string, AnimationVariableSlotCallbackFloat.CallbackGetStrongTyped callbackGetStrongTyped) AnimationVariableSlotCallbackFloat
(String string, AnimationVariableSlotCallbackFloat.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackFloat.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
-
AnimationVariableSlotCallbackFloat
public AnimationVariableSlotCallbackFloat(String string, AnimationVariableSlotCallbackFloat.CallbackGetStrongTyped callbackGetStrongTyped) -
AnimationVariableSlotCallbackFloat
public AnimationVariableSlotCallbackFloat(String string, AnimationVariableSlotCallbackFloat.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackFloat.CallbackSetStrongTyped callbackSetStrongTyped) -
AnimationVariableSlotCallbackFloat
public AnimationVariableSlotCallbackFloat(String string, float float1, AnimationVariableSlotCallbackFloat.CallbackGetStrongTyped callbackGetStrongTyped) -
AnimationVariableSlotCallbackFloat
public AnimationVariableSlotCallbackFloat(String string, float float1, AnimationVariableSlotCallbackFloat.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackFloat.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
-