Add Entity Attribute API [Redux of #1428] [API-8]#2085
Merged
Zidane merged 1 commit intoSpongePowered:api-8from Jul 2, 2020
Merged
Add Entity Attribute API [Redux of #1428] [API-8]#2085Zidane merged 1 commit intoSpongePowered:api-8from
Zidane merged 1 commit intoSpongePowered:api-8from
Conversation
10 tasks
6abf3b2 to
e920e00
Compare
gabizou
reviewed
Feb 3, 2020
src/main/java/org/spongepowered/api/entity/attribute/type/AttributeOperation.java
Show resolved
Hide resolved
gabizou
reviewed
Feb 3, 2020
src/main/java/org/spongepowered/api/entity/attribute/type/AttributeTypes.java
Outdated
Show resolved
Hide resolved
gabizou
reviewed
Feb 3, 2020
src/main/java/org/spongepowered/api/entity/attribute/type/AttributeType.java
Show resolved
Hide resolved
gabizou
reviewed
Feb 3, 2020
gabizou
reviewed
Feb 3, 2020
src/main/java/org/spongepowered/api/item/inventory/ItemStack.java
Outdated
Show resolved
Hide resolved
d8ea965 to
e20909b
Compare
e20909b to
38afae6
Compare
94badf2 to
92f6f9a
Compare
Zidane
reviewed
Apr 2, 2020
src/main/java/org/spongepowered/api/entity/attribute/type/AttributeType.java
Outdated
Show resolved
Hide resolved
92f6f9a to
2b03fe9
Compare
2b03fe9 to
ffef6a3
Compare
ffef6a3 to
3d2a953
Compare
3d2a953 to
c3e3648
Compare
This was referenced Jan 9, 2022
build: Update dependency org.spongepowered:spongeapi to v8
IntellectualSites/FastAsyncWorldEdit#1531
Closed
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Definitely not complete or structured entirely. A few things definitely need to be moved around into proper packages.
The system is based off this:
http://minecraft.gamepedia.com/Attribute
Replaces #1428