Interface GoalType

All Superinterfaces:
DefaultedRegistryValue<GoalType>

@CatalogedBy(GoalTypes.class) public interface GoalType extends DefaultedRegistryValue<GoalType>
  • Method Details

    • goalClass

      Class<? extends Goal<?>> goalClass()
      Gets the Goal class that this type represents.
      Returns:
      The goal class