Class AnimationVariableSlotCallbackBool
java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallback
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallbackBool
- All Implemented Interfaces:
IAnimationVariableSlot
public final class AnimationVariableSlotCallbackBool extends AnimationVariableSlotCallback
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AnimationVariableSlotCallbackBool.CallbackGetStrongTyped
static interface
AnimationVariableSlotCallbackBool.CallbackSetStrongTyped
Nested classes/interfaces inherited from class zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallback
AnimationVariableSlotCallback.CallbackGet, AnimationVariableSlotCallback.CallbackSet
-
Constructor Summary
Constructors Constructor Description AnimationVariableSlotCallbackBool(java.lang.String string, boolean boolean1, AnimationVariableSlotCallbackBool.CallbackGetStrongTyped callbackGetStrongTyped)
AnimationVariableSlotCallbackBool(java.lang.String string, boolean boolean1, AnimationVariableSlotCallbackBool.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackBool.CallbackSetStrongTyped callbackSetStrongTyped)
AnimationVariableSlotCallbackBool(java.lang.String string, AnimationVariableSlotCallbackBool.CallbackGetStrongTyped callbackGetStrongTyped)
AnimationVariableSlotCallbackBool(java.lang.String string, AnimationVariableSlotCallbackBool.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackBool.CallbackSetStrongTyped callbackSetStrongTyped)
-
Method Summary
Modifier and Type Method Description boolean
canConvertFrom(java.lang.String string)
java.lang.Boolean
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
-
AnimationVariableSlotCallbackBool
public AnimationVariableSlotCallbackBool(java.lang.String string, AnimationVariableSlotCallbackBool.CallbackGetStrongTyped callbackGetStrongTyped) -
AnimationVariableSlotCallbackBool
public AnimationVariableSlotCallbackBool(java.lang.String string, AnimationVariableSlotCallbackBool.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackBool.CallbackSetStrongTyped callbackSetStrongTyped) -
AnimationVariableSlotCallbackBool
public AnimationVariableSlotCallbackBool(java.lang.String string, boolean boolean1, AnimationVariableSlotCallbackBool.CallbackGetStrongTyped callbackGetStrongTyped) -
AnimationVariableSlotCallbackBool
public AnimationVariableSlotCallbackBool(java.lang.String string, boolean boolean1, AnimationVariableSlotCallbackBool.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackBool.CallbackSetStrongTyped callbackSetStrongTyped)
-
-
Method Details
-
getDefaultValue
public java.lang.Boolean 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)
-