File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/spongepowered/api/data Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -934,7 +934,7 @@ public final class Keys {
934934 public static final Key <Value <Ticks >> FUSE_DURATION = Keys .key (ResourceKey .sponge ("fuse_duration" ), Ticks .class );
935935
936936 /**
937- * The {@link GameMode} a {@link Humanoid } has.
937+ * The {@link GameMode} a {@link ServerPlayer } has.
938938 */
939939 public static final Key <Value <GameMode >> GAME_MODE = Keys .key (ResourceKey .sponge ("game_mode" ), GameMode .class );
940940
@@ -2182,7 +2182,7 @@ public final class Keys {
21822182 public static final Key <Value <Integer >> POWER = Keys .key (ResourceKey .sponge ("power" ), Integer .class );
21832183
21842184 /**
2185- * The previous {@link GameMode} of a {@link Humanoid }.
2185+ * The previous {@link GameMode} of a {@link ServerPlayer }.
21862186 */
21872187 public static final Key <Value <GameMode >> PREVIOUS_GAME_MODE = Keys .key (ResourceKey .sponge ("previous_game_mode" ), GameMode .class );
21882188
You can’t perform that action at this time.
0 commit comments