Class RandomStatePattern
java.lang.Object
com.sk89q.worldedit.function.pattern.RandomStatePattern
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyBlock(BlockVector3 position) Return aBaseBlockfor the given position.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.fastasyncworldedit.core.queue.Filter
applyChunk, finish, finishChunk, join
-
Constructor Details
-
RandomStatePattern
-
-
Method Details
-
applyBlock
Description copied from interface:PatternReturn aBaseBlockfor the given position.- Specified by:
applyBlockin interfacePattern- Parameters:
position- the position- Returns:
- a block
-