Package net.minecraft.world
Class WorldGenTickList<T>
java.lang.Object
net.minecraft.world.WorldGenTickList<T>
- All Implemented Interfaces:
ITickList<T>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasScheduledTick
(BlockPos p_205359_1_, T p_205359_2_) 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
-
index
-
-
Constructor Details
-
WorldGenTickList
-
-
Method Details
-
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>
-