There was an error while loading. Please reload this page.
1 parent 0f4db07 commit fa2bd57Copy full SHA for fa2bd57
1 file changed
src/main/java/org/spongepowered/api/data/Keys.java
@@ -1568,6 +1568,11 @@ public final class Keys {
1568
*/
1569
public static final Key<Value<PandaGene>> HIDDEN_GENE = Keys.key(ResourceKey.sponge("hidden_gene"), PandaGene.class);
1570
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
+
1576
/**
1577
* Whether the attributes of an {@link ItemStack} are hidden.
1578
0 commit comments