|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.src.NextTickListEntry
public class NextTickListEntry
Field Summary | |
---|---|
int |
blockID
blockID of the scheduled tick (ensures when the tick occurs its still for this block) |
long |
scheduledTime
Time this tick is scheduled to occur at |
int |
xCoord
X position this tick is occuring at |
int |
yCoord
Y position this tick is occuring at |
int |
zCoord
Z position this tick is occuring at |
Constructor Summary | |
---|---|
NextTickListEntry(int par1,
int par2,
int par3,
int par4)
|
Method Summary | |
---|---|
int |
comparer(NextTickListEntry par1NextTickListEntry)
Compares this tick entry to another tick entry for sorting purposes. |
int |
compareTo(Object par1Obj)
|
boolean |
equals(Object par1Obj)
|
int |
hashCode()
|
NextTickListEntry |
setScheduledTime(long par1)
Sets the scheduled time for this tick entry |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int xCoord
public int yCoord
public int zCoord
public int blockID
public long scheduledTime
Constructor Detail |
---|
public NextTickListEntry(int par1, int par2, int par3, int par4)
Method Detail |
---|
public boolean equals(Object par1Obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public NextTickListEntry setScheduledTime(long par1)
public int comparer(NextTickListEntry par1NextTickListEntry)
public int compareTo(Object par1Obj)
compareTo
in interface Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |