Package net.minecraft.src
Class NextTickListEntry
- java.lang.Object
-
- net.minecraft.src.NextTickListEntry
-
- All Implemented Interfaces:
java.lang.Comparable<NextTickListEntry>
public class NextTickListEntry extends java.lang.Object implements java.lang.Comparable<NextTickListEntry>
-
-
Field Summary
Fields Modifier and Type Field Description int
blockID
long
scheduledTime
int
xCoord
int
yCoord
int
zCoord
-
Constructor Summary
Constructors Constructor Description NextTickListEntry(int var1, int var2, int var3, int var4)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(NextTickListEntry var1)
boolean
equals(java.lang.Object var1)
int
hashCode()
NextTickListEntry
setScheduledTime(long var1)
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object var1)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
setScheduledTime
public NextTickListEntry setScheduledTime(long var1)
-
compareTo
public int compareTo(NextTickListEntry var1)
- Specified by:
compareTo
in interfacejava.lang.Comparable<NextTickListEntry>
-
-