Skip to content

API differences

Petteri edited this page Nov 12, 2023 · 1 revision

GlobalBlockPalette

getOrCreateRuntimeId(int legacyId) -> getOrCreateRuntimeId(int protocol, int legacyId)

getOrCreateRuntimeId(int id, int meta) -> getOrCreateRuntimeId(int protocol, int id, int meta)

Entity

The layout of mob classes may have some differences due to mob AI implementation.

General

See if the method has an overload with 'int protocol' and use that.

Clone this wiki locally