Package net.minecraft.world
Class SimulationDistanceLevelPropagator
java.lang.Object
net.minecraft.world.chunk.light.LevelPropagator
net.minecraft.world.ChunkPosDistanceLevelPropagator
net.minecraft.world.SimulationDistanceLevelPropagator
- Mappings:
Namespace Name named net/minecraft/world/SimulationDistanceLevelPropagatorintermediary net/minecraft/class_6609official aso
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intstatic final intprotected final Long2ByteMapprivate final Long2ObjectOpenHashMap<SortedArraySet<ChunkTicket<?>>> Fields inherited from class net.minecraft.world.chunk.light.LevelPropagator
field_43397, levelCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(long pos, ChunkTicket<?> ticket) <T> voidadd(ChunkTicketType<T> type, ChunkPos pos, int level, T argument) protected intgetInitialLevel(long id) protected intgetLevel(long id) private intgetLevel(SortedArraySet<ChunkTicket<?>> ticket) intprivate SortedArraySet<ChunkTicket<?>> getTickets(long pos) getTickingTicket(long pos) voidremove(long pos, ChunkTicket<?> ticket) <T> voidremove(ChunkTicketType<T> type, ChunkPos pos, int level, T argument) protected voidsetLevel(long id, int level) voidvoidupdatePlayerTickets(int level) Methods inherited from class net.minecraft.world.ChunkPosDistanceLevelPropagator
getPropagatedLevel, isMarker, propagateLevel, recalculateLevel, updateLevelMethods inherited from class net.minecraft.world.chunk.light.LevelPropagator
applyPendingUpdates, getPendingUpdateCount, hasPendingUpdates, propagateLevel, removePendingUpdate, removePendingUpdateIf, resetLevel, updateLevel
-
Field Details
-
field_44858
public static final int field_44858- See Also:
- Mappings:
Namespace Name Mixin selector named field_44858Lnet/minecraft/world/SimulationDistanceLevelPropagator;field_44858:Iintermediary field_44858Lnet/minecraft/class_6609;field_44858:Iofficial aLaso;a:I
-
field_34889
private static final int field_34889- See Also:
- Mappings:
Namespace Name Mixin selector named field_34889Lnet/minecraft/world/SimulationDistanceLevelPropagator;field_34889:Iintermediary field_34889Lnet/minecraft/class_6609;field_34889:Iofficial cLaso;c:I
-
levels
- Mappings:
Namespace Name Mixin selector named levelsLnet/minecraft/world/SimulationDistanceLevelPropagator;levels:Lit/unimi/dsi/fastutil/longs/Long2ByteMap;intermediary field_34888Lnet/minecraft/class_6609;field_34888:Lit/unimi/dsi/fastutil/longs/Long2ByteMap;official bLaso;b:Lit/unimi/dsi/fastutil/longs/Long2ByteMap;
-
tickets
- Mappings:
Namespace Name Mixin selector named ticketsLnet/minecraft/world/SimulationDistanceLevelPropagator;tickets:Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;intermediary field_34890Lnet/minecraft/class_6609;field_34890:Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;official dLaso;d:Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;
-
-
Constructor Details
-
SimulationDistanceLevelPropagator
public SimulationDistanceLevelPropagator()
-
-
Method Details
-
getTickets
- Mappings:
Namespace Name Mixin selector named getTicketsLnet/minecraft/world/SimulationDistanceLevelPropagator;getTickets(J)Lnet/minecraft/util/collection/SortedArraySet;intermediary method_38644Lnet/minecraft/class_6609;method_38644(J)Lnet/minecraft/class_4706;official gLaso;g(J)Lbaw;
-
getLevel
- Mappings:
Namespace Name Mixin selector named getLevelLnet/minecraft/world/SimulationDistanceLevelPropagator;getLevel(Lnet/minecraft/util/collection/SortedArraySet;)Iintermediary method_38639Lnet/minecraft/class_6609;method_38639(Lnet/minecraft/class_4706;)Iofficial aLaso;a(Lbaw;)I
-
add
- Mappings:
Namespace Name Mixin selector named addLnet/minecraft/world/SimulationDistanceLevelPropagator;add(JLnet/minecraft/server/world/ChunkTicket;)Vintermediary method_38637Lnet/minecraft/class_6609;method_38637(JLnet/minecraft/class_3228;)Vofficial aLaso;a(JLasm;)V
-
remove
- Mappings:
Namespace Name Mixin selector named removeLnet/minecraft/world/SimulationDistanceLevelPropagator;remove(JLnet/minecraft/server/world/ChunkTicket;)Vintermediary method_38641Lnet/minecraft/class_6609;method_38641(JLnet/minecraft/class_3228;)Vofficial bLaso;b(JLasm;)V
-
add
- Mappings:
Namespace Name Mixin selector named addLnet/minecraft/world/SimulationDistanceLevelPropagator;add(Lnet/minecraft/server/world/ChunkTicketType;Lnet/minecraft/util/math/ChunkPos;ILjava/lang/Object;)Vintermediary method_38638Lnet/minecraft/class_6609;method_38638(Lnet/minecraft/class_3230;Lnet/minecraft/class_1923;ILjava/lang/Object;)Vofficial aLaso;a(Lasn;Ldgn;ILjava/lang/Object;)V
-
remove
- Mappings:
Namespace Name Mixin selector named removeLnet/minecraft/world/SimulationDistanceLevelPropagator;remove(Lnet/minecraft/server/world/ChunkTicketType;Lnet/minecraft/util/math/ChunkPos;ILjava/lang/Object;)Vintermediary method_38642Lnet/minecraft/class_6609;method_38642(Lnet/minecraft/class_3230;Lnet/minecraft/class_1923;ILjava/lang/Object;)Vofficial bLaso;b(Lasn;Ldgn;ILjava/lang/Object;)V
-
updatePlayerTickets
public void updatePlayerTickets(int level) - Mappings:
Namespace Name Mixin selector named updatePlayerTicketsLnet/minecraft/world/SimulationDistanceLevelPropagator;updatePlayerTickets(I)Vintermediary method_38636Lnet/minecraft/class_6609;method_38636(I)Vofficial aLaso;a(I)V
-
getInitialLevel
protected int getInitialLevel(long id) - Specified by:
getInitialLevelin classChunkPosDistanceLevelPropagator- Mappings:
Namespace Name Mixin selector named getInitialLevelLnet/minecraft/world/ChunkPosDistanceLevelPropagator;getInitialLevel(J)Iintermediary method_14028Lnet/minecraft/class_3196;method_14028(J)Iofficial bLarq;b(J)I
-
getLevel
- Mappings:
Namespace Name Mixin selector named getLevelLnet/minecraft/world/SimulationDistanceLevelPropagator;getLevel(Lnet/minecraft/util/math/ChunkPos;)Iintermediary method_38640Lnet/minecraft/class_6609;method_38640(Lnet/minecraft/class_1923;)Iofficial aLaso;a(Ldgn;)I
-
getLevel
protected int getLevel(long id) - Specified by:
getLevelin classLevelPropagator- Mappings:
Namespace Name Mixin selector named getLevelLnet/minecraft/world/chunk/light/LevelPropagator;getLevel(J)Iintermediary method_15480Lnet/minecraft/class_3554;method_15480(J)Iofficial cLeti;c(J)I
-
setLevel
protected void setLevel(long id, int level) - Specified by:
setLevelin classLevelPropagator- Mappings:
Namespace Name Mixin selector named setLevelLnet/minecraft/world/chunk/light/LevelPropagator;setLevel(JI)Vintermediary method_15485Lnet/minecraft/class_3554;method_15485(JI)Vofficial aLeti;a(JI)V
-
getTrackedChunks
- Mappings:
Namespace Name Mixin selector named getTrackedChunksLnet/minecraft/world/SimulationDistanceLevelPropagator;getTrackedChunks()Lit/unimi/dsi/fastutil/longs/LongSet;intermediary method_61279Lnet/minecraft/class_6609;method_61279()Lit/unimi/dsi/fastutil/longs/LongSet;official aLaso;a()Lit/unimi/dsi/fastutil/longs/LongSet;
-
updateLevels
public void updateLevels()- Mappings:
Namespace Name Mixin selector named updateLevelsLnet/minecraft/world/SimulationDistanceLevelPropagator;updateLevels()Vintermediary method_38635Lnet/minecraft/class_6609;method_38635()Vofficial bLaso;b()V
-
getTickingTicket
- Mappings:
Namespace Name Mixin selector named getTickingTicketLnet/minecraft/world/SimulationDistanceLevelPropagator;getTickingTicket(J)Ljava/lang/String;intermediary method_38643Lnet/minecraft/class_6609;method_38643(J)Ljava/lang/String;official dLaso;d(J)Ljava/lang/String;
-