public class BlockResult extends java.lang.Object implements EntityBlockResult
Block
class.| Constructor and Description |
|---|
BlockResult()
Creates a new result instance.
|
| Modifier and Type | Method and Description |
|---|---|
EntityCollection |
getEntityCollection()
Returns the collection of entities from the block.
|
void |
setEntityCollection(EntityCollection entities)
Sets the entities for the block.
|
public EntityCollection getEntityCollection()
getEntityCollection in interface EntityBlockResultpublic void setEntityCollection(EntityCollection entities)
entities - the entities.