Skip to content

Commit d7ac6b3

Browse files
committed
moving Piston Data
1 parent e72f1c5 commit d7ac6b3

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ public final class Keys {
556556
public static final Key<Value<Integer>> BLOCK_LIGHT = Keys.key(ResourceKey.sponge("block_light"), Integer.class);
557557

558558
/**
559-
* The {@link BlockState} of a {@link BlockOccupiedMinecart} or {@link FallingBlock}.
559+
* The {@link BlockState} of a {@link BlockOccupiedMinecart}, {@link FallingBlock} or {@link Piston moving Piston}.
560560
*/
561561
public static final Key<Value<BlockState>> BLOCK_STATE = Keys.key(ResourceKey.sponge("block_state"), BlockState.class);
562562

@@ -1768,8 +1768,8 @@ public final class Keys {
17681768
public static final Key<Value<Boolean>> IS_ELYTRA_FLYING = Keys.key(ResourceKey.sponge("is_elytra_flying"), Boolean.class);
17691769

17701770
/**
1771-
* Whether a piston {@link BlockState} is currently extended.
1772-
* TODO {@link Piston}?
1771+
* Whether a piston {@link BlockState} is currently extended or
1772+
* {@link Piston moving Piston} is extending.
17731773
*/
17741774
public static final Key<Value<Boolean>> IS_EXTENDED = Keys.key(ResourceKey.sponge("is_extended"), Boolean.class);
17751775

0 commit comments

Comments
 (0)