| Modifier and Type | Class and Description |
|---|---|
class |
LocalPlayer
Deprecated.
use
Actor (or Player, etc.) instead (and AbstractPlayerActor to extend) |
| Modifier and Type | Method and Description |
|---|---|
Entity |
EditSession.createEntity(Location location,
BaseEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Entity> |
EditSession.getEntities() |
List<? extends Entity> |
EditSession.getEntities(Region region) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Player
Represents a player
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPlayerActor
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
NullExtent.createEntity(Location location,
BaseEntity entity) |
Entity |
Extent.createEntity(Location location,
BaseEntity entity)
Create an entity at the given location.
|
Entity |
AbstractDelegateExtent.createEntity(Location location,
BaseEntity entity) |
Entity |
ChangeSetExtent.createEntity(Location location,
BaseEntity state) |
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
NullExtent.getEntities() |
List<? extends Entity> |
Extent.getEntities()
Get a list of all entities.
|
List<? extends Entity> |
AbstractDelegateExtent.getEntities() |
List<? extends Entity> |
ChangeSetExtent.getEntities() |
List<Entity> |
NullExtent.getEntities(Region region) |
List<? extends Entity> |
Extent.getEntities(Region region)
Get a list of all entities within the given region.
|
List<? extends Entity> |
AbstractDelegateExtent.getEntities(Region region) |
List<? extends Entity> |
ChangeSetExtent.getEntities(Region region) |
| Modifier and Type | Method and Description |
|---|---|
Entity |
BlockArrayClipboard.createEntity(Location location,
BaseEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Entity> |
BlockArrayClipboard.getEntities() |
List<? extends Entity> |
BlockArrayClipboard.getEntities(Region region) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EntityFunction.apply(Entity entity)
Apply the function to the entity.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExtentEntityCopy.apply(Entity entity) |
| Constructor and Description |
|---|
EntityVisitor(Iterator<? extends Entity> iterator,
EntityFunction function)
Create a new instance.
|
| Constructor and Description |
|---|
EntityCreate(Location location,
BaseEntity state,
Entity entity)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
LocalWorldAdapter.createEntity(Location location,
BaseEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Entity> |
LocalWorldAdapter.getEntities() |
List<? extends Entity> |
LocalWorldAdapter.getEntities(Region region) |
| Modifier and Type | Method and Description |
|---|---|
Entity |
NullWorld.createEntity(Location location,
BaseEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
NullWorld.getEntities() |
List<Entity> |
NullWorld.getEntities(Region region) |
Copyright © 2010-2014. All Rights Reserved.