CanaryModTeam / CanaryMod

CanaryMod NMS Implementation
Other
74 stars 31 forks source link

Fix maxHealth attribute #224

Closed jamierocks closed 9 years ago

jamierocks commented 9 years ago

It's generic.maxHealth in the mc sources :)

jamierocks commented 9 years ago

Additionally you might like to see how I did AttributeFactory - https://github.com/NeptunePowered/NeptuneCommon/blob/master/src/main/java/org/neptunepowered/common/wrapper/factory/NeptuneAttributeFactory.java

darkdiplomat commented 9 years ago

That would certainly be a typo

Also the idea was to not iterate over the map searching for the attribute every time it was needed.