-
ElementDescriptionP2 effectively no longer supports 1.13Please do not use this method. Instead use
BukkitUtil.adapt(Player)
, as it caches player objects. This method will be made private in a future release.Please do not use this method. Instead useBukkitUtil.adapt(Player)
, as it caches player objects. This method will be made private in a future release.in favour of using WE methods for obtaining NBT, specifically by obtaining aBaseBlock
and then usingBaseBlock.getNbtData()
in favour of using WorldEdit methods for obtaining NBT, specifically by obtaining aBaseBlock
and then usingBaseBlock.getNbtData()
This method is not meant to be invoked or overridden, with no replacement.
-
ClassDescriptionP2 effectively no longer supports 1.13Deprecated and scheduled for removal without replacement in favor of the build in setup wizard. However, this class will be kept around for a while, given it's not a maintenance burden.
-
MethodDescriptionin favour of using WorldEdit methods for obtaining NBT, specifically by obtaining a
BaseBlock
and then usingBaseBlock.getNbtData()
This method is not meant to be invoked or overridden, with no replacement.
-
ConstructorDescriptionPlease do not use this method. Instead use
BukkitUtil.adapt(Player)
, as it caches player objects. This method will be made private in a future release.Please do not use this method. Instead useBukkitUtil.adapt(Player)
, as it caches player objects. This method will be made private in a future release.in favour of using WE methods for obtaining NBT, specifically by obtaining aBaseBlock
and then usingBaseBlock.getNbtData()