We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ada1f commit c0e89e5Copy full SHA for c0e89e5
1 file changed
src/main/java/org/spongepowered/api/event/cause/entity/damage/DamageStepType.java
@@ -32,7 +32,7 @@
32
* Represents a type of {@link DamageStep}.
33
*/
34
@CatalogedBy(DamageStepTypes.class)
35
-public interface DamageStepType extends DefaultedRegistryValue {
+public interface DamageStepType extends DefaultedRegistryValue<DamageStepType> {
36
37
/**
38
* Creates a new {@link DamageStepType}.
0 commit comments