MUDZapper.CompiledZapperMaskImpl
public static interface MaskingLibrary.CompiledZMask
MaskingLibrary.CompiledZMaskEntry
Modifier and Type | Method | Description |
---|---|---|
boolean |
empty() |
Returns whether the mask is empty and always passes
|
MaskingLibrary.CompiledZMaskEntry[][] |
entries() |
Returns a list of ZapperMask entries, where all the
list entries must pass for the mask to pass
|
boolean |
useItemFlag() |
As some mask entries only apply to items, set this flag
if an item MIGHT be masked, or if the mask contains item
entries, and thus an item needs creating to do the check.
|
boolean |
useRoomFlag() |
As some mask entries only apply to rooms, set this flag
if an item MIGHT be masked, or if the mask contains location
entries, and thus a room needs referencing to do the check.
|
MaskingLibrary.CompiledZMaskEntry[][] entries()
MaskingLibrary.CompiledZMaskEntry
boolean empty()
boolean useItemFlag()
boolean useRoomFlag()