net.minecraft.server.world

public class ScheduledTick

implements Comparable

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

Field summary

Modifier and TypeField
private static long
f
field_4605
idCounter
nextTickEntryID
private final Block
g
field_7180
block
field_151352_g
public int
a
field_4600
x
xCoord
public int
b
field_4601
y
yCoord
public int
c
field_4602
z
zCoord
public long
d
field_4604
time
scheduledTime
public int
e
field_5476
priority
priority
private long
h
field_4606
id
tickEntryID

Constructor summary

ModifierConstructor
public (int x, int y, int z, Block block)

Method summary

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