Package net.minecraft.world
Class ChunkTickScheduler<T>
java.lang.Object
net.minecraft.world.ChunkTickScheduler<T>
- All Implemented Interfaces:
TickScheduler<T>
public class ChunkTickScheduler<T> extends Object implements TickScheduler<T>
- Mappings:
Namespace Name official ckfintermediary net/minecraft/class_2850named net/minecraft/world/ChunkTickScheduler
-
Field Summary
Fields Modifier and Type Field Description private ChunkPosposprivate ShortList[]scheduledPositionsprotected Predicate<T>shouldExcludeprivate HeightLimitViewworld -
Constructor Summary
Constructors Constructor Description ChunkTickScheduler(Predicate<T> shouldExclude, ChunkPos pos, ListTag tag, HeightLimitView world)ChunkTickScheduler(Predicate<T> shouldExclude, ChunkPos pos, HeightLimitView world) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.TickScheduler
schedule
-
Field Details
-
shouldExclude
- Mappings:
Namespace Name Mixin selector official aLckf;a:Ljava/util/function/Predicate;intermediary field_12991Lnet/minecraft/class_2850;field_12991:Ljava/util/function/Predicate;named shouldExcludeLnet/minecraft/world/ChunkTickScheduler;shouldExclude:Ljava/util/function/Predicate;
-
pos
- Mappings:
Namespace Name Mixin selector official bLckf;b:Lbta;intermediary field_12993Lnet/minecraft/class_2850;field_12993:Lnet/minecraft/class_1923;named posLnet/minecraft/world/ChunkTickScheduler;pos:Lnet/minecraft/util/math/ChunkPos;
-
scheduledPositions
- Mappings:
Namespace Name Mixin selector official cLckf;c:[Lit/unimi/dsi/fastutil/shorts/ShortList;intermediary field_12990Lnet/minecraft/class_2850;field_12990:[Lit/unimi/dsi/fastutil/shorts/ShortList;named scheduledPositionsLnet/minecraft/world/ChunkTickScheduler;scheduledPositions:[Lit/unimi/dsi/fastutil/shorts/ShortList;
-
world
- Mappings:
Namespace Name Mixin selector official dLckf;d:Lbtx;intermediary field_27230Lnet/minecraft/class_2850;field_27230:Lnet/minecraft/class_5539;named worldLnet/minecraft/world/ChunkTickScheduler;world:Lnet/minecraft/world/HeightLimitView;
-
-
Constructor Details
-
ChunkTickScheduler
- Mappings:
Namespace Name Mixin selector official <init>Lckf;<init>(Ljava/util/function/Predicate;Lbta;Lbtx;)Vintermediary <init>Lnet/minecraft/class_2850;<init>(Ljava/util/function/Predicate;Lnet/minecraft/class_1923;Lnet/minecraft/class_5539;)Vnamed <init>Lnet/minecraft/world/ChunkTickScheduler;<init>(Ljava/util/function/Predicate;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/world/HeightLimitView;)V
-
ChunkTickScheduler
public ChunkTickScheduler(Predicate<T> shouldExclude, ChunkPos pos, ListTag tag, HeightLimitView world)- Mappings:
Namespace Name Mixin selector official <init>Lckf;<init>(Ljava/util/function/Predicate;Lbta;Lmw;Lbtx;)Vintermediary <init>Lnet/minecraft/class_2850;<init>(Ljava/util/function/Predicate;Lnet/minecraft/class_1923;Lnet/minecraft/class_2499;Lnet/minecraft/class_5539;)Vnamed <init>Lnet/minecraft/world/ChunkTickScheduler;<init>(Ljava/util/function/Predicate;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/nbt/ListTag;Lnet/minecraft/world/HeightLimitView;)V
-
-
Method Details
-
toNbt
- Mappings:
Namespace Name Mixin selector official bLckf;b()Lmw;intermediary method_12367Lnet/minecraft/class_2850;method_12367()Lnet/minecraft/class_2499;named toNbtLnet/minecraft/world/ChunkTickScheduler;toNbt()Lnet/minecraft/nbt/ListTag;
-
tick
- Mappings:
Namespace Name Mixin selector official aLckf;a(Lbun;Ljava/util/function/Function;)Vintermediary method_12368Lnet/minecraft/class_2850;method_12368(Lnet/minecraft/class_1951;Ljava/util/function/Function;)Vnamed tickLnet/minecraft/world/ChunkTickScheduler;tick(Lnet/minecraft/world/TickScheduler;Ljava/util/function/Function;)V
-
isScheduled
- Specified by:
isScheduledin interfaceTickScheduler<T>- Mappings:
Namespace Name Mixin selector official aLbun;a(Lfx;Ljava/lang/Object;)Zintermediary method_8674Lnet/minecraft/class_1951;method_8674(Lnet/minecraft/class_2338;Ljava/lang/Object;)Znamed isScheduledLnet/minecraft/world/TickScheduler;isScheduled(Lnet/minecraft/util/math/BlockPos;Ljava/lang/Object;)Z
-
schedule
- Specified by:
schedulein interfaceTickScheduler<T>- Mappings:
Namespace Name Mixin selector official aLbun;a(Lfx;Ljava/lang/Object;ILbup;)Vintermediary method_8675Lnet/minecraft/class_1951;method_8675(Lnet/minecraft/class_2338;Ljava/lang/Object;ILnet/minecraft/class_1953;)Vnamed scheduleLnet/minecraft/world/TickScheduler;schedule(Lnet/minecraft/util/math/BlockPos;Ljava/lang/Object;ILnet/minecraft/world/TickPriority;)V
-
isTicking
- Specified by:
isTickingin interfaceTickScheduler<T>- Mappings:
Namespace Name Mixin selector official bLbun;b(Lfx;Ljava/lang/Object;)Zintermediary method_8677Lnet/minecraft/class_1951;method_8677(Lnet/minecraft/class_2338;Ljava/lang/Object;)Znamed isTickingLnet/minecraft/world/TickScheduler;isTicking(Lnet/minecraft/util/math/BlockPos;Ljava/lang/Object;)Z
-