Class ChunkListener

java.lang.Object
com.fastasyncworldedit.bukkit.listener.ChunkListener
All Implemented Interfaces:
Listener
Direct Known Subclasses:
ChunkListener9

@Deprecated(since="2.0.0") public abstract class ChunkListener extends Object implements Listener
Deprecated.
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.
  • Field Details

    • rateLimit

      protected int rateLimit
      Deprecated.
    • lastCancelPos

      protected Location lastCancelPos
      Deprecated.
    • physicsFreeze

      @Deprecated(since="2.0.0") public static boolean physicsFreeze
      Deprecated.
      see ChunkListener for an explanation of the deprecation
    • itemFreeze

      @Deprecated(since="2.0.0") public static boolean itemFreeze
      Deprecated.
      see ChunkListener for an explanation of the deprecation
    • badChunks

      protected final it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<Boolean> badChunks
      Deprecated.
    • physSkip

      protected int physSkip
      Deprecated.
    • physCancel

      protected boolean physCancel
      Deprecated.
    • physCancelPair

      protected long physCancelPair
      Deprecated.
    • physStart

      protected long physStart
      Deprecated.
    • physTick

      protected long physTick
      Deprecated.
  • Constructor Details

    • ChunkListener

      public ChunkListener()
      Deprecated.
  • Method Details