Package net.minecraft.world.chunk
Class ChunkPrimerTickList<T>
java.lang.Object
net.minecraft.world.chunk.ChunkPrimerTickList<T>
- All Implemented Interfaces:
ITickList<T>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionChunkPrimerTickList
(Predicate<T> p_i51495_1_, ChunkPos p_i51495_2_) ChunkPrimerTickList
(Predicate<T> p_i51496_1_, ChunkPos p_i51496_2_, ListNBT p_i51496_3_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
hasScheduledTick
(BlockPos p_205359_1_, T p_205359_2_) save()
void
scheduleTick
(BlockPos p_205362_1_, T p_205362_2_, int p_205362_3_, TickPriority p_205362_4_) boolean
willTickThisTick
(BlockPos p_205361_1_, T p_205361_2_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.ITickList
scheduleTick
-
Field Details
-
ignore
-
chunkPos
-
toBeTicked
private final it.unimi.dsi.fastutil.shorts.ShortList[] toBeTicked
-
-
Constructor Details
-
ChunkPrimerTickList
-
ChunkPrimerTickList
-
-
Method Details
-
save
-
copyOut
-
hasScheduledTick
- Specified by:
hasScheduledTick
in interfaceITickList<T>
-
scheduleTick
public void scheduleTick(BlockPos p_205362_1_, T p_205362_2_, int p_205362_3_, TickPriority p_205362_4_) - Specified by:
scheduleTick
in interfaceITickList<T>
-
willTickThisTick
- Specified by:
willTickThisTick
in interfaceITickList<T>
-