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 9475ca7 commit 7774215Copy full SHA for 7774215
src/main/java/org/spongepowered/api/event/cause/entity/MovementTypes.java
@@ -57,6 +57,8 @@ public final class MovementTypes {
57
58
public static final DefaultedRegistryReference<MovementType> PORTAL = MovementTypes.key(ResourceKey.sponge("portal"));
59
60
+ public static final DefaultedRegistryReference<MovementType> SPECTATOR = MovementTypes.key(ResourceKey.sponge("spectator"));
61
+
62
// SORTFIELDS:OFF
63
64
// @formatter:on
0 commit comments