public abstract class LazyBlockReference extends java.lang.Object implements BlockReference
Constructor and Description |
---|
LazyBlockReference() |
protected abstract JBlock create()
public JBlock get(boolean create)
get
in interface BlockReference
create
- If false, the method will return null if the block is
not yet created.