@Deprecated public class InvertedBlockTypeMask extends BlockTypeMask
Constructor and Description |
---|
InvertedBlockTypeMask()
Deprecated.
|
InvertedBlockTypeMask(int type)
Deprecated.
|
InvertedBlockTypeMask(java.util.Set<java.lang.Integer> types)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
matches(EditSession editSession,
Vector position)
Deprecated.
Given a block position, this method returns true if the block at
that position matches the filter.
|
add
prepare
public InvertedBlockTypeMask()
public InvertedBlockTypeMask(java.util.Set<java.lang.Integer> types)
public InvertedBlockTypeMask(int type)
public boolean matches(EditSession editSession, Vector position)
Mask