com.planet_ink.coffee_mud.Libraries
Class MUDZapper.CompiledZapperMaskImpl

java.lang.Object
  extended by com.planet_ink.coffee_mud.Libraries.MUDZapper.CompiledZapperMaskImpl
All Implemented Interfaces:
MaskingLibrary.CompiledZMask
Enclosing class:
MUDZapper

public static class MUDZapper.CompiledZapperMaskImpl
extends java.lang.Object
implements MaskingLibrary.CompiledZMask


Constructor Summary
MUDZapper.CompiledZapperMaskImpl(boolean[] flags, MaskingLibrary.CompiledZMaskEntry[] entries)
           
MUDZapper.CompiledZapperMaskImpl(boolean[] flags, MaskingLibrary.CompiledZMaskEntry[] entries, boolean empty)
           
 
Method Summary
 boolean empty()
           
 MaskingLibrary.CompiledZMaskEntry[] entries()
           
 boolean[] flags()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MUDZapper.CompiledZapperMaskImpl

public MUDZapper.CompiledZapperMaskImpl(boolean[] flags,
                                        MaskingLibrary.CompiledZMaskEntry[] entries)

MUDZapper.CompiledZapperMaskImpl

public MUDZapper.CompiledZapperMaskImpl(boolean[] flags,
                                        MaskingLibrary.CompiledZMaskEntry[] entries,
                                        boolean empty)
Method Detail

flags

public boolean[] flags()
Specified by:
flags in interface MaskingLibrary.CompiledZMask

empty

public boolean empty()
Specified by:
empty in interface MaskingLibrary.CompiledZMask

entries

public MaskingLibrary.CompiledZMaskEntry[] entries()
Specified by:
entries in interface MaskingLibrary.CompiledZMask