Package net.minecraft.server.level
Class WorldGenTickList<T>
java.lang.Object
net.minecraft.server.level.WorldGenTickList<T>
- All Implemented Interfaces:
- TickList<T>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.TickListscheduleTick
- 
Field Details- 
index
 
- 
- 
Constructor Details- 
WorldGenTickList
 
- 
- 
Method Details- 
hasScheduledTick- Specified by:
- hasScheduledTickin interface- TickList<T>
 
- 
scheduleTick- Specified by:
- scheduleTickin interface- TickList<T>
 
- 
willTickThisTick- Specified by:
- willTickThisTickin interface- TickList<T>
 
- 
sizepublic int size()
 
-