Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Fields
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    com.fastasyncworldedit.bukkit.util.MinecraftVersion()
    use MinecraftVersion.getCurrent() instead.
  • Deprecated Classes
    Class
    Description
    com.fastasyncworldedit.bukkit.listener.ChunkListener
    FAWE is not necessarily the tool you want to use to limit certain tick actions, e.g. fireworks or elytra flying. The code is untouched since the 1.12 era and there is no guarantee that it will work or will be maintained in the future.
    com.fastasyncworldedit.bukkit.listener.ChunkListener9
    FAWE is not necessarily the tool you want to use to limit certain tick actions, e.g. fireworks or elytra flying. The code is untouched since the 1.12 era and there is no guarantee that it will work or will be maintained in the future.
    com.sk89q.bukkit.util.CommandsManagerRegistration
  • Deprecated Fields
    Field
    Description
    com.fastasyncworldedit.bukkit.listener.ChunkListener.itemFreeze
    see ChunkListener for an explanation of the deprecation
    com.fastasyncworldedit.bukkit.listener.ChunkListener.physicsFreeze
    see ChunkListener for an explanation of the deprecation
  • Deprecated Methods
    Method
    Description
    com.fastasyncworldedit.bukkit.listener.ChunkListener.cleanup(Chunk)
    see ChunkListener for an explanation of the deprecation
    com.fastasyncworldedit.bukkit.listener.ChunkListener.getCount(int, int)
    see ChunkListener for an explanation of the deprecation
    com.fastasyncworldedit.bukkit.listener.ChunkListener.reset()
    see ChunkListener for an explanation of the deprecation
    com.fastasyncworldedit.bukkit.regions.plotsquared.FaweDelegateSchematicHandler.paste(Schematic, Plot, int, int, int, boolean, RunnableVal<Boolean>)
    com.sk89q.worldedit.bukkit.adapter.BukkitImplAdapter.fromNative(Tag)
    com.sk89q.worldedit.bukkit.adapter.BukkitImplAdapter.toNative(T)
    com.sk89q.worldedit.bukkit.BukkitBlockCommandSender.print(String)
    com.sk89q.worldedit.bukkit.BukkitBlockCommandSender.printDebug(String)
    com.sk89q.worldedit.bukkit.BukkitBlockCommandSender.printError(String)
    com.sk89q.worldedit.bukkit.BukkitBlockCommandSender.printRaw(String)
    com.sk89q.worldedit.bukkit.BukkitCommandSender.print(String)
    com.sk89q.worldedit.bukkit.BukkitCommandSender.printDebug(String)
    com.sk89q.worldedit.bukkit.BukkitCommandSender.printError(String)
    com.sk89q.worldedit.bukkit.BukkitCommandSender.printRaw(String)
    com.sk89q.worldedit.bukkit.BukkitPlayer.print(String)
    com.sk89q.worldedit.bukkit.BukkitPlayer.printDebug(String)
    com.sk89q.worldedit.bukkit.BukkitPlayer.printError(String)
    com.sk89q.worldedit.bukkit.BukkitPlayer.printRaw(String)
  • Deprecated Constructors
    Constructor
    Description
    com.fastasyncworldedit.bukkit.listener.ChunkListener9()
    see ChunkListener9 for an explanation of the deprecation
    com.fastasyncworldedit.bukkit.util.MinecraftVersion()
    use MinecraftVersion.getCurrent() instead.
    com.sk89q.worldedit.bukkit.BukkitPlayer(WorldEditPlugin, Player)
    Players are cached by the plugin. Should use WorldEditPlugin.wrapPlayer(Player)
    com.sk89q.worldedit.bukkit.BukkitPlayer(Player)
    Players are cached by the plugin. Should use WorldEditPlugin.wrapPlayer(Player)