| Modifier and Type | Method and Description |
|---|---|
Entity |
EditSession.createEntity(Location location,
BaseEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
BaseEntity |
BukkitPlayer.getState() |
| Modifier and Type | Method and Description |
|---|---|
Entity |
BukkitWorld.createEntity(Location location,
BaseEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
BaseEntity |
BukkitImplAdapter.getEntity(org.bukkit.entity.Entity entity)
Get the state for the given entity.
|
| Modifier and Type | Method and Description |
|---|---|
org.bukkit.entity.Entity |
BukkitImplAdapter.createEntity(org.bukkit.Location location,
BaseEntity state)
Create the given entity.
|
| Modifier and Type | Method and Description |
|---|---|
BaseEntity |
Entity.getState()
Get a copy of the entity's state.
|
| Constructor and Description |
|---|
BaseEntity(BaseEntity other)
Make a clone of a
BaseEntity. |
| 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 |
|---|---|
Entity |
BlockArrayClipboard.createEntity(Location location,
BaseEntity entity) |
| Constructor and Description |
|---|
EntityCreate(Location location,
BaseEntity state,
Entity entity)
Create a new instance.
|
EntityRemove(Location location,
BaseEntity state)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
LocalWorldAdapter.createEntity(Location location,
BaseEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
Entity |
NullWorld.createEntity(Location location,
BaseEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
BaseEntity |
NullEntityRegistry.createFromId(String id) |
BaseEntity |
EntityRegistry.createFromId(String id)
Create a new entity using its ID.
|
Copyright © 2010-2014. All Rights Reserved.