Package com.sk89q.worldedit.function.pattern
package com.sk89q.worldedit.function.pattern
-
ClassDescriptionAn abstract implementation for
Pattern
s.Returns aBiomeType
for a given position.Deprecated.all BlockStateHolders can be used directly as a patternA pattern that reads fromClipboard
.A pattern that composes multiple patterns consecutively, ensuring that changes from one pattern are realized by the subsequent one(s).Returns aBaseBlock
for a given position.Uses a random pattern of a weighted list of patterns.Returns the blocks fromExtent
, repeating when out of bounds.Applies a block type while retaining all possible states.Removes the waterlogged state from blocks if possible.