CanaryModTeam / CanaryLib

The CanaryMod API Library
http://canarymod.net
28 stars 22 forks source link

BlockType lookup bug #93

Closed toddharrison closed 9 years ago

toddharrison commented 9 years ago

Added parallel data structure for BlockType lookup. Optimized data representation for boxing and unboxing. Corrected findById() and findByIdAndData() NullPointerException bugs.

darkdiplomat commented 9 years ago

short getData() and short getId() should be deprecated, not completely removed. Signature changes of that nature would break older plugins that are looking for short

toddharrison commented 9 years ago

Agreed. I have updated my branch to return the interface for those two methods to what they were. Thanks!

darkdiplomat commented 9 years ago

i was meaning

@Deprecated
public short getData()