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
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfaceNested classes/interfaces inherited from class zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallback
AnimationVariableSlotCallback.CallbackGet, AnimationVariableSlotCallback.CallbackSet -
Constructor Summary
ConstructorsConstructorDescriptionAnimationVariableSlotCallbackString(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 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
-
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:
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
-