Skip to content

Commit cc4122e

Browse files
committed
Keys.MAX_DURABILITY no longer readonly
1 parent 7a66eb5 commit cc4122e

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2256,7 +2256,6 @@ public final class Keys {
22562256

22572257
/**
22582258
* The maximum durability of an {@link ItemStack}. {@link #ITEM_DURABILITY}
2259-
* Readonly
22602259
*/
22612260
public static final Key<Value<Integer>> MAX_DURABILITY = Keys.key(ResourceKey.sponge("max_durability"), Integer.class);
22622261

0 commit comments

Comments
 (0)