implements TickList<T>
bhv | |
net.minecraft.class_1949 | |
net.minecraft.world.ServerTickList | |
net.minecraft.server.v1_14_R1.TickListServer |
Field summary
Modifier and Type | Field | ||||||||
---|---|---|---|---|---|---|---|---|---|
protected final Predicate<T> |
| ||||||||
private final Function<T, MinecraftKey> |
| ||||||||
private final Function<MinecraftKey, T> |
| ||||||||
private final Set<NextTickListEntry<T>> |
| ||||||||
private final Set<NextTickListEntry<T>> |
| ||||||||
private final List<NextTickListEntry<T>> |
| ||||||||
private final List<NextTickListEntry<T>> |
| ||||||||
private final WorldServer |
| ||||||||
private final List<NextTickListEntry<T>> |
| ||||||||
private final Consumer<NextTickListEntry<T>> |
|
Constructor summary
Modifier | Constructor |
---|---|
public | (WorldServer arg0, Predicate<T> arg1, Function<T, MinecraftKey> arg2, Function<MinecraftKey, T> arg3, Consumer<NextTickListEntry<T>> arg4) |
Method summary
Modifier and Type | Method | ||||||
---|---|---|---|---|---|---|---|
public void |
| ||||||
public boolean |
| ||||||
public void |
| ||||||
public List<NextTickListEntry<T>> |
| ||||||
public List<NextTickListEntry<T>> |
| ||||||
public void |
| ||||||
public NBTTagList |
| ||||||
public static <T> NBTTagList |
| ||||||
public boolean |
| ||||||
public void |
| ||||||
private void |
| ||||||
private void |
|