Class FcCounterProps

    • Constructor Detail

      • FcCounterProps

        public FcCounterProps()
    • Method Detail

      • getActionType

        public ECounterActionType getActionType()
        Returns:
        The action that indicates how the counter should be modified (increased, decreased, reset, etc.)
      • setActionType

        public void setActionType​(ECounterActionType actionType)
        Parameters:
        actionType - The action that indicates how the counter should be modified (increased, decreased, reset, etc.)
      • getCounterRef

        public EntityRef getCounterRef()
        Returns:
        Reference to the counter entity that should be modified.
      • setCounterRef

        public void setCounterRef​(EntityRef counterRef)
        Parameters:
        counterRef - Reference to the counter entity that should be modified.
      • getStep

        public String getStep()
        Returns:
        The amount by which the counter should be increased or decreased, depending on the getActionType().
      • setStep

        public void setStep​(String step)
        Parameters:
        step - The amount by which the counter should be increased or decreased, depending on the getActionType().