public class MapTrackedObject extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MapTrackedObject.Type |
| Constructor and Description |
|---|
MapTrackedObject(long entityId) |
MapTrackedObject(com.flowpowered.math.vector.Vector3i position) |
| Modifier and Type | Method and Description |
|---|---|
long |
getEntityId() |
com.flowpowered.math.vector.Vector3i |
getPosition() |
MapTrackedObject.Type |
getType() |
public MapTrackedObject(long entityId)
public MapTrackedObject(com.flowpowered.math.vector.Vector3i position)
public MapTrackedObject.Type getType()
public long getEntityId()
public com.flowpowered.math.vector.Vector3i getPosition()
Copyright © 2018–2019 NukkitX. All rights reserved.