Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionUse
ResponseData.getEntries(). This return value is now unmodifiable and this operation is incredibly costly.Please use eitherTimeUnit.SERVER_TICKorTimeUnit.CLIENT_TICK
-
Deprecated Interfaces
-
Deprecated Classes
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionThis returns the bee stinger count, not the absorption heart count Use
LivingEntityMeta.getBeeStingerCount()insteadThis sets the bee stinger count, not the absorption heart count UseLivingEntityMeta.setBeeStingerCount(int)insteadUsePlayer.callItemUpdateStateEvent(Hand)insteaduse getItemStack() for the eaten itemuse getItemStack() for the eaten itemUseResponseData.getEntries(). This return value is now unmodifiable and this operation is incredibly costly.This is named incorrectly, useResponseData.setVersion(String)instead
-
Deprecated ConstructorsConstructorDescription