implements ITickList<T>
bhu | |
net.minecraft.class_1949 | |
net.minecraft.world.ServerTickList |
Field summary
Modifier and Type | Field | ||||||
---|---|---|---|---|---|---|---|
protected final Predicate<T> |
| ||||||
protected final Function<T, ResourceLocation> |
| ||||||
protected final Function<ResourceLocation, T> |
| ||||||
protected final Set<NextTickListEntry<T>> |
| ||||||
protected final TreeSet<NextTickListEntry<T>> |
| ||||||
private final ServerWorld |
| ||||||
private final List<NextTickListEntry<T>> |
| ||||||
private final Consumer<NextTickListEntry<T>> |
|
Constructor summary
Modifier | Constructor |
---|---|
public | (ServerWorld arg0, Predicate<T> arg1, Function<T, ResourceLocation> arg2, Function<ResourceLocation, 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 ListNBT |
| ||||||
public static <T> ListNBT |
| ||||||
public void |
| ||||||
public boolean |
| ||||||
public void |
| ||||||
protected void |
| ||||||
private void |
| ||||||
private void |
|