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 2942087 commit c3724c0Copy full SHA for c3724c0
src/main/java/org/spongepowered/api/data/type/PushReaction.java
@@ -28,6 +28,6 @@
28
import org.spongepowered.api.util.annotation.CatalogedBy;
29
30
@CatalogedBy(PushReactions.class)
31
-public interface PushReaction extends DefaultedRegistryValue<PushReaction>, StringRepresentable {
+public interface PushReaction extends DefaultedRegistryValue<PushReaction> {
32
33
}
0 commit comments