Package net.minecraft.world.tick
Class MultiTickScheduler<T>
java.lang.Object
net.minecraft.world.tick.MultiTickScheduler<T>
- All Implemented Interfaces:
- QueryableTickScheduler<T>,- TickScheduler<T>
- Mappings:
- Namespace - Name - named - net/minecraft/world/tick/MultiTickScheduler- intermediary - net/minecraft/class_3235- official - fcy
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintbooleanbooleanvoidscheduleTick(OrderedTick<T> orderedTick) 
- 
Field Details- 
mapper- Mappings:
- Namespace - Name - Mixin selector - named - mapper- Lnet/minecraft/world/tick/MultiTickScheduler;mapper:Ljava/util/function/Function;- intermediary - field_35552- Lnet/minecraft/class_3235;field_35552:Ljava/util/function/Function;- official - a- Lfcy;a:Ljava/util/function/Function;
 
 
- 
- 
Constructor Details- 
MultiTickScheduler- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/world/tick/MultiTickScheduler;<init>(Ljava/util/function/Function;)V- intermediary - <init>- Lnet/minecraft/class_3235;<init>(Ljava/util/function/Function;)V- official - <init>- Lfcy;<init>(Ljava/util/function/Function;)V
 
 
- 
- 
Method Details- 
isQueued- Specified by:
- isQueuedin interface- TickScheduler<T>
- Mappings:
- Namespace - Name - Mixin selector - named - isQueued- Lnet/minecraft/world/tick/TickScheduler;isQueued(Lnet/minecraft/util/math/BlockPos;Ljava/lang/Object;)Z- intermediary - method_8674- Lnet/minecraft/class_6762;method_8674(Lnet/minecraft/class_2338;Ljava/lang/Object;)Z- official - a- Lfcv;a(Lji;Ljava/lang/Object;)Z
 
- 
scheduleTick- Specified by:
- scheduleTickin interface- TickScheduler<T>
- Mappings:
- Namespace - Name - Mixin selector - named - scheduleTick- Lnet/minecraft/world/tick/TickScheduler;scheduleTick(Lnet/minecraft/world/tick/OrderedTick;)V- intermediary - method_39363- Lnet/minecraft/class_6762;method_39363(Lnet/minecraft/class_6760;)V- official - a- Lfcv;a(Lfct;)V
 
- 
isTicking- Specified by:
- isTickingin interface- QueryableTickScheduler<T>
- Mappings:
- Namespace - Name - Mixin selector - named - isTicking- Lnet/minecraft/world/tick/QueryableTickScheduler;isTicking(Lnet/minecraft/util/math/BlockPos;Ljava/lang/Object;)Z- intermediary - method_8677- Lnet/minecraft/class_6756;method_8677(Lnet/minecraft/class_2338;Ljava/lang/Object;)Z- official - b- Lfcp;b(Lji;Ljava/lang/Object;)Z
 
- 
getTickCountpublic int getTickCount()- Specified by:
- getTickCountin interface- TickScheduler<T>
- Mappings:
- Namespace - Name - Mixin selector - named - getTickCount- Lnet/minecraft/world/tick/TickScheduler;getTickCount()I- intermediary - method_20825- Lnet/minecraft/class_6762;method_20825()I- official - a- Lfcv;a()I
 
 
-