Skip to content

Commit c0e89e5

Browse files
committed
Update DamageStepType.java
1 parent c8ada1f commit c0e89e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/spongepowered/api/event/cause/entity/damage/DamageStepType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* Represents a type of {@link DamageStep}.
3333
*/
3434
@CatalogedBy(DamageStepTypes.class)
35-
public interface DamageStepType extends DefaultedRegistryValue {
35+
public interface DamageStepType extends DefaultedRegistryValue<DamageStepType> {
3636

3737
/**
3838
* Creates a new {@link DamageStepType}.

0 commit comments

Comments
 (0)