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 743a27f commit bdd66efCopy full SHA for bdd66ef
src/main/java/org/spongepowered/api/data/Keys.java
@@ -1385,6 +1385,11 @@ public final class Keys {
1385
*/
1386
public static final Key<Value<Boolean>> IS_GRAVITY_AFFECTED = Keys.key(ResourceKey.sponge("is_gravity_affected"), Boolean.class);
1387
1388
+ /**
1389
+ * Whether a lantern block is hanging.
1390
+ */
1391
+ public static final Key<Value<Boolean>> IS_HANGING = Keys.key(ResourceKey.sponge("is_hanging"), Boolean.class);
1392
+
1393
/**
1394
* Whether a {@link Cat} is hissing.
1395
0 commit comments