-
InterfaceDescriptionThis interface is not designed to be used by addons. The entire inventory system will be replaced eventually.
-
MethodDescriptionUse
Waypoint.getOwnerId()
insteadUsePlayerBackpack.getOwnerId()
insteadHandled byPlayerProfile.save()
nowLook atPlayerProfile.getPlayerData()
instead for reading data.Numeric Ids for Researches are deprecated, useResearch.getKey()
for identification instead.since RC-36 UseElectricGoldPan.isOutputLimitOverridden()
instead.since RC-36 UseGoldPan.getInputMaterials()
instead.
-
ConstructorDescriptionUse
Waypoint(UUID, String, Location, String)
insteadUsePlayerBackpack.load(UUID, int, int, HashMap)
insteadUsePlayerBackpack.newBackpack(UUID, int, int)
insteadIn RC-35, marked for removal in RC-36