Class WaterloggedRemover
java.lang.Object
com.sk89q.worldedit.function.pattern.AbstractPattern
com.sk89q.worldedit.function.pattern.AbstractExtentPattern
com.sk89q.worldedit.function.pattern.WaterloggedRemover
- All Implemented Interfaces:
Filter
,ExtentPattern
,Pattern
Removes the waterlogged state from blocks if possible. If not possible, returns air.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapplyBlock
(BlockVector3 position) Return aBaseBlock
for the given position.Methods inherited from class com.sk89q.worldedit.function.pattern.AbstractExtentPattern
getExtent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.fastasyncworldedit.core.queue.Filter
applyChunk, finishChunk, join