net.minecraft.server.world

public class ScheduledTick

implements Comparable<ScheduledTick>

adw
net.minecraft.class_1165
net.minecraft.server.world.ScheduledTick
net.minecraft.world.NextTickListEntry

Field summary

Modifier and TypeField
private static long
d
field_4605
idCounter
nextTickEntryID
private final Block
e
field_7180
block
block
public final BlockPos
a
field_9223
pos
position
public long
b
field_4604
time
scheduledTime
public int
c
field_5476
priority
priority
private long
f
field_4606
id
tickEntryID

Constructor summary

ModifierConstructor
public (BlockPos pos, Block block)

Method summary

Modifier and TypeMethod
public ScheduledTick
a(long arg0)
method_3808(long arg0)
setTime(long time)
setScheduledTime(long scheduledTimeIn)
public void
a(int arg0)
method_4701(int arg0)
setPriority(int priority)
setPriority(int priorityIn)
public int
a(adw arg0)
method_3809(class_1165 arg0)
compareTo(ScheduledTick o)
compareTo(NextTickListEntry arg0)
public Block
a()
method_6417()
getBlock()
getBlock()