Package net.minecraft.server.level
Class WorldGenTickList<T>
java.lang.Object
net.minecraft.server.level.WorldGenTickList<T>
- All Implemented Interfaces:
TickList<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasScheduledTick(BlockPos p_9607_, T p_9608_)voidscheduleTick(BlockPos p_9610_, T p_9611_, int p_9612_, TickPriority p_9613_)intsize()booleanwillTickThisTick(BlockPos p_9615_, T p_9616_)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.TickList
scheduleTick
-
Field Details
-
index
-
-
Constructor Details
-
WorldGenTickList
-
-
Method Details
-
hasScheduledTick
- Specified by:
hasScheduledTickin interfaceTickList<T>
-
scheduleTick
- Specified by:
scheduleTickin interfaceTickList<T>
-
willTickThisTick
- Specified by:
willTickThisTickin interfaceTickList<T>
-
size
public int size()
-