| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| public static final Key<Value<Boolean>> IS_WET = Keys.key(ResourceKey.sponge("is_wet"), Boolean.class); | ||
|
|
||
| /** | ||
| * The {@link ItemAttribute}s an {@link ItemStack} can apply. |
There was a problem hiding this comment.
StackLike?
Sorry, something went wrong.
There was a problem hiding this comment.
Oh, right, changed to ItemStackLike.
Though I looked through keys and almost every stack-related key mentions ItemStack. Probably could be another PR to update all of this
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
SpongeAPI | Sponge
Exposes EquipmentCondition and ItemAttribute with corresponding key.
Also adds factory-like methods for AttributeModifier creation.