Uses of Class
net.minecraft.src.NextTickListEntry

Packages that use NextTickListEntry
net.minecraft.src   
 

Uses of NextTickListEntry in net.minecraft.src
 

Methods in net.minecraft.src that return NextTickListEntry
 NextTickListEntry NextTickListEntry.setScheduledTime(long par1)
          Sets the scheduled time for this tick entry
 

Methods in net.minecraft.src with parameters of type NextTickListEntry
 int NextTickListEntry.comparer(NextTickListEntry par1NextTickListEntry)
          Compares this tick entry to another tick entry for sorting purposes.