Class Effect


  • public class Effect
    extends java.lang.Object
    Effects describe things that the creator of the effect intends to happen, producing a value upon completion.
    • Constructor Detail

      • Effect

        public Effect()
      • Effect

        public Effect​(Key key,
                      Kind kind)
    • Method Detail

      • getKind

        public <T extends Kind> T getKind()
      • getKey

        public Key getKey()
      • setKey

        public void setKey​(Key key)
      • setKind

        public void setKind​(Kind kind)