File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/org/spongepowered/api/data Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments