Closed toddharrison closed 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
Agreed. I have updated my branch to return the interface for those two methods to what they were. Thanks!
i was meaning
@Deprecated
public short getData()
Added parallel data structure for BlockType lookup. Optimized data representation for boxing and unboxing. Corrected findById() and findByIdAndData() NullPointerException bugs.