implements TickList<T>
bgv | |
net.minecraft.class_4296 | |
net.minecraft.world.SerializableTickList | |
net.minecraft.server.v1_14_R1.TickListChunk |
Field summary
Modifier and Type | Field | ||||||
---|---|---|---|---|---|---|---|
private final Set<NextTickListEntry<T>> |
| ||||||
private final Function<T, MinecraftKey> |
|
Constructor summary
Modifier | Constructor |
---|---|
public | (Function<T, MinecraftKey> arg0, List<NextTickListEntry<T>> arg1) |
private | (Function<T, MinecraftKey> arg0, Set<NextTickListEntry<T>> arg1) |
Method summary
Modifier and Type | Method | ||||||
---|---|---|---|---|---|---|---|
public boolean |
| ||||||
public void |
| ||||||
public boolean |
| ||||||
public void |
| ||||||
public Stream<NextTickListEntry<T>> |
| ||||||
public NBTTagList |
| ||||||
public static <T> TickListChunk<T> |
|