Skip to content

Commit fa2bd57

Browse files
Add HIDE_ARMOR_TRIM key
1 parent 0f4db07 commit fa2bd57

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • src/main/java/org/spongepowered/api/data

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,6 +1568,11 @@ public final class Keys {
15681568
*/
15691569
public static final Key<Value<PandaGene>> HIDDEN_GENE = Keys.key(ResourceKey.sponge("hidden_gene"), PandaGene.class);
15701570

1571+
/**
1572+
* Whether the {@link #ARMOR_TRIM} of an {@link ItemStack} is hidden.
1573+
*/
1574+
public static final Key<Value<Boolean>> HIDE_ARMOR_TRIM = Keys.key(ResourceKey.sponge("hide_armor_trim"), Boolean.class);
1575+
15711576
/**
15721577
* Whether the attributes of an {@link ItemStack} are hidden.
15731578
*/

0 commit comments

Comments
 (0)