Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionUse
PlayerChangeHeldSlotEvent.getNewSlot()
instead.UsePlayerChangeHeldSlotEvent.setNewSlot(byte)
insteadReplace withInstance.getUuid()
UseResponseData.getEntries()
. This return value is now unmodifiable and this operation is incredibly costly.
-
Deprecated Classes
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionIt's preferred to use
AcquirableSource.acquirable()
instead, as it is overridden by subclassesUsePlayerChangeHeldSlotEvent.getNewSlot()
instead.UsePlayerChangeHeldSlotEvent.setNewSlot(byte)
insteaduse getItemStack() for the eaten itemReplace withInstance.getUuid()
normal inventories no longer store cursor itemsnormal inventories no longer store cursor itemsUseResponseData.getEntries()
. This return value is now unmodifiable and this operation is incredibly costly.This is named incorrectly, useResponseData.setVersion(String)
instead
-
Deprecated ConstructorsConstructorDescription