Class RandomStatePattern
java.lang.Object
com.sk89q.worldedit.function.pattern.RandomStatePattern
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapplyBlock
(BlockVector3 position) Return aBaseBlock
for the given position.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
-
Constructor Details
-
RandomStatePattern
-
-
Method Details
-
applyBlock
Description copied from interface:Pattern
Return aBaseBlock
for the given position.- Specified by:
applyBlock
in interfacePattern
- Parameters:
position
- the position- Returns:
- a block
-