public class ExistingBlockReference extends java.lang.Object implements BlockReference
Constructor and Description |
---|
ExistingBlockReference(JBlock _block) |
Modifier and Type | Method and Description |
---|---|
JBlock |
get(boolean 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.