Interface GoalType
-
- All Superinterfaces:
DefaultedRegistryValue
@CatalogedBy(GoalTypes.class) public interface GoalType extends DefaultedRegistryValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<? extends Goal<?>>
goalClass()
Gets theGoal
class that this type represents.-
Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
-