-
Terminally Deprecated ElementsElementDescriptionUse
ResponseData.getEntries()
. This return value is now unmodifiable and this operation is incredibly costly.Please use eitherTimeUnit.SERVER_TICK
orTimeUnit.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 itemshould instead be defined with a java propertyshould instead be defined with a java propertyUseResponseData.getEntries()
. This return value is now unmodifiable and this operation is incredibly costly.This is named incorrectly, useResponseData.setVersion(String)
instead
-
Deprecated ConstructorsConstructorDescription
AdventurePacketConvertor.createSoundPacket(Sound, Sound.Emitter)