public final class EntityLink extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityLink.Type |
| Constructor and Description |
|---|
EntityLink(long from,
long to,
EntityLink.Type type,
boolean immediate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getFrom() |
long |
getTo() |
EntityLink.Type |
getType() |
int |
hashCode() |
boolean |
isImmediate() |
String |
toString() |
public EntityLink(long from,
long to,
EntityLink.Type type,
boolean immediate)
public long getFrom()
public long getTo()
public EntityLink.Type getType()
public boolean isImmediate()
Copyright © 2018–2019 NukkitX. All rights reserved.