Uses of Class
net.minecraft.world.NextTickListEntry

Packages that use NextTickListEntry
net.minecraft.world   
 

Uses of NextTickListEntry in net.minecraft.world
 

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

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