Class AnimationVariableSlotString

java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotString
All Implemented Interfaces:
IAnimationVariableSlot

public final class AnimationVariableSlotString extends AnimationVariableSlot
  • Constructor Details

    • AnimationVariableSlotString

      public AnimationVariableSlotString(String string)
  • Method Details

    • getValueString

      public String getValueString()
    • getValueFloat

      public float getValueFloat()
    • getValueBool

      public boolean getValueBool()
    • setValue

      public void setValue(String string)
    • setValue

      public void setValue(float float1)
    • setValue

      public void setValue(boolean boolean1)
    • getType

      public AnimationVariableType getType()
    • canConvertFrom

      public boolean canConvertFrom(String string)
    • clear

      public void clear()