Package net.minecraft.server.level
Class WorldGenTickList<T>
java.lang.Object
net.minecraft.server.level.WorldGenTickList<T>
- All Implemented Interfaces:
TickList<T>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasScheduledTick(BlockPos p_9607_, T p_9608_)
void
scheduleTick(BlockPos p_9610_, T p_9611_, int p_9612_, TickPriority p_9613_)
int
size()
boolean
willTickThisTick(BlockPos p_9615_, T p_9616_)
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.level.TickList
scheduleTick
-
Field Details
-
index
-
-
Constructor Details
-
WorldGenTickList
-
-
Method Details
-
hasScheduledTick
- Specified by:
hasScheduledTick
in interfaceTickList<T>
-
scheduleTick
- Specified by:
scheduleTick
in interfaceTickList<T>
-
willTickThisTick
- Specified by:
willTickThisTick
in interfaceTickList<T>
-
size
public int size()
-