Class ChunkListener
java.lang.Object
com.fastasyncworldedit.bukkit.listener.ChunkListener
- All Implemented Interfaces:
Listener
- Direct Known Subclasses:
ChunkListener9
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 Summary
FieldsModifier and TypeFieldDescriptionprotected final it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<Boolean>Deprecated.static booleanDeprecated.seeChunkListenerfor an explanation of the deprecationprotected LocationDeprecated.protected booleanDeprecated.protected longDeprecated.static booleanDeprecated.seeChunkListenerfor an explanation of the deprecationprotected intDeprecated.protected longDeprecated.protected longDeprecated.protected intDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcancelNearby(int cx, int cz) Deprecated.voidDeprecated.seeChunkListenerfor an explanation of the deprecationprotected booleancontainsSetAir(Exception e, BlockPhysicsEvent event) Deprecated.voidevent(BlockBurnEvent event) Deprecated.voidevent(BlockCanBuildEvent event) Deprecated.voidevent(BlockDamageEvent event) Deprecated.voidevent(BlockDispenseEvent event) Deprecated.voidevent(BlockExpEvent event) Deprecated.voidevent(BlockExplodeEvent event) Deprecated.voidevent(BlockFadeEvent event) Deprecated.voidevent(BlockFromToEvent event) Deprecated.voidevent(BlockGrowEvent event) Deprecated.voidevent(BlockIgniteEvent event) Deprecated.voidevent(BlockPlaceEvent event) Deprecated.voidevent(BlockRedstoneEvent event) Deprecated.voidevent(LeavesDecayEvent event) Deprecated.voidevent(NotePlayEvent event) Deprecated.voidevent(SignChangeEvent event) Deprecated.voidevent(FurnaceBurnEvent event) Deprecated.voidevent(FurnaceSmeltEvent event) Deprecated.int[]getCount(int cx, int cz) Deprecated.seeChunkListenerfor an explanation of the deprecationprotected abstract intDeprecated.protected abstract StackTraceElementgetElement(Exception ex, int index) Deprecated.voidDeprecated.voidonChunkLoad(ChunkLoadEvent event) Deprecated.Prevent firework from loading chunks.voidonItemSpawn(ItemSpawnEvent event) Deprecated.voidonPhysics(BlockPhysicsEvent event) Deprecated.final voidreset()Deprecated.seeChunkListenerfor an explanation of the deprecation
-
Field Details
-
rateLimit
protected int rateLimitDeprecated. -
lastCancelPos
Deprecated. -
physicsFreeze
Deprecated.seeChunkListenerfor an explanation of the deprecation -
itemFreeze
Deprecated.seeChunkListenerfor an explanation of the deprecation -
badChunks
Deprecated. -
physSkip
protected int physSkipDeprecated. -
physCancel
protected boolean physCancelDeprecated. -
physCancelPair
protected long physCancelPairDeprecated. -
physStart
protected long physStartDeprecated. -
physTick
protected long physTickDeprecated.
-
-
Constructor Details
-
ChunkListener
public ChunkListener()Deprecated.
-
-
Method Details
-
getDepth
Deprecated. -
getElement
Deprecated. -
getCount
Deprecated.seeChunkListenerfor an explanation of the deprecation -
cleanup
Deprecated.seeChunkListenerfor an explanation of the deprecation -
reset
Deprecated.seeChunkListenerfor an explanation of the deprecation -
event
Deprecated. -
event
Deprecated. -
event
Deprecated. -
event
Deprecated. -
event
Deprecated. -
event
Deprecated. -
event
Deprecated. -
event
Deprecated. -
event
Deprecated. -
event
Deprecated. -
event
Deprecated. -
event
Deprecated. -
event
Deprecated. -
event
Deprecated. -
event
Deprecated. -
event
Deprecated. -
event
Deprecated. -
onPhysics
Deprecated. -
containsSetAir
Deprecated. -
cancelNearby
protected void cancelNearby(int cx, int cz) Deprecated. -
onBlockChange
Deprecated. -
onChunkLoad
Deprecated.Prevent firework from loading chunks. -
onItemSpawn
Deprecated.
-