implements TickList<T>
| aym | |
| net.minecraft.world.ServerTickList | |
| net.minecraft.server.v1_13_R2.TickListServer |
字段概要
| 修饰符与类型 | 字段 | ||||||
|---|---|---|---|---|---|---|---|
| protected final Predicate<T> |
| ||||||
| protected final Function<T, MinecraftKey> |
| ||||||
| protected final Function<MinecraftKey, T> |
| ||||||
| protected final Set<NextTickListEntry<T>> |
| ||||||
| protected final TreeSet<NextTickListEntry<T>> |
| ||||||
| private final WorldServer |
| ||||||
| private final List<NextTickListEntry<T>> |
| ||||||
| private final Consumer<NextTickListEntry<T>> |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| public | (WorldServer arg0, Predicate<T> arg1, Function<T, MinecraftKey> arg2, Function<MinecraftKey, T> arg3, Consumer<NextTickListEntry<T>> arg4) |
方法概要
| 修饰符与类型 | 方法 | ||||
|---|---|---|---|---|---|
| public void |
| ||||
| public boolean |
| ||||
| public List<NextTickListEntry<T>> |
| ||||
| public List<NextTickListEntry<T>> |
| ||||
| public void |
| ||||
| public NBTTagList |
| ||||
| public void |
| ||||
| public boolean |
| ||||
| public void |
| ||||
| protected void |
| ||||
| private void |
|