public class NextTickListEntry
extends java.lang.Object
implements java.lang.Comparable
Modifier and Type | Field and Description |
---|---|
int |
blockID |
long |
scheduledTime |
int |
xCoord |
int |
yCoord |
int |
zCoord |
Constructor and Description |
---|
NextTickListEntry(int i,
int j,
int k,
int l) |
Modifier and Type | Method and Description |
---|---|
int |
comparer(NextTickListEntry nextticklistentry) |
int |
compareTo(java.lang.Object obj) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
NextTickListEntry |
setScheduledTime(long l) |
public int xCoord
public int yCoord
public int zCoord
public int blockID
public long scheduledTime
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public NextTickListEntry setScheduledTime(long l)
public int comparer(NextTickListEntry nextticklistentry)
public int compareTo(java.lang.Object obj)
compareTo
in interface java.lang.Comparable