-
Notifications
You must be signed in to change notification settings - Fork 53
API differences
Petteri edited this page Nov 12, 2023
·
1 revision
getOrCreateRuntimeId(int legacyId) -> getOrCreateRuntimeId(int protocol, int legacyId)
getOrCreateRuntimeId(int id, int meta) -> getOrCreateRuntimeId(int protocol, int id, int meta)
The layout of mob classes may have some differences due to mob AI implementation.
See if the method has an overload with 'int protocol' and use that.