public class UnderOverlayMask extends AbstractMask
| Constructor and Description |
|---|
UnderOverlayMask(Mask mask,
boolean overlay) |
UnderOverlayMask(Set<Integer> ids,
boolean overlay)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(Set<Integer> ids)
Deprecated.
|
boolean |
matches(EditSession editSession,
Vector pos)
Given a block position, this method returns true if the block at
that position matches the filter.
|
void |
prepare(LocalSession session,
LocalPlayer player,
Vector target)
Called one time before each edit session.
|
@Deprecated public UnderOverlayMask(Set<Integer> ids, boolean overlay)
public UnderOverlayMask(Mask mask, boolean overlay)
@Deprecated public void addAll(Set<Integer> ids)
public void prepare(LocalSession session, LocalPlayer player, Vector target)
Maskprepare in interface Maskprepare in class AbstractMasktarget - target of the brush, null if not a brush maskpublic boolean matches(EditSession editSession, Vector pos)
MaskCopyright © 2010-2014. All Rights Reserved.