Skip to content

Commit 9c06904

Browse files
committed
Humanoid -> ServerPlayer
1 parent 56723d1 commit 9c06904

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/org/spongepowered/api/data

1 file changed

+2
-2
lines changed

src/main/java/org/spongepowered/api/data/Keys.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)