@Deprecated public class UnderOverlayMask extends AbstractMask
| Constructor and Description |
|---|
UnderOverlayMask(Mask mask,
boolean overlay)
Deprecated.
|
UnderOverlayMask(Set<Integer> ids,
boolean overlay)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(Set<Integer> ids)
Deprecated.
|
boolean |
matches(EditSession editSession,
Vector position)
Deprecated.
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)
Deprecated.
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 AbstractMasksession - a sessionplayer - a playertarget - target of the brush, null if not a brush maskpublic boolean matches(EditSession editSession, Vector position)
MaskeditSession - an instanceposition - the position to checkCopyright © 2010-2014. All Rights Reserved.