Package net.minecraft.client.network
Class PendingUpdateManager
java.lang.Object
net.minecraft.client.network.PendingUpdateManager
- All Implemented Interfaces:
 AutoCloseable
- Mappings:
 Namespace Name named net/minecraft/client/network/PendingUpdateManagerintermediary net/minecraft/class_7202official gsx
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Long2ObjectOpenHashMap<PendingUpdateManager.PendingUpdate> private booleanprivate int - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddPendingUpdate(BlockPos pos, BlockState state, ClientPlayerEntity player) voidclose()intbooleanbooleanhasPendingUpdate(BlockPos pos, BlockState state) voidprocessPendingUpdates(int maxProcessableSequence, ClientWorld world)  
- 
Field Details
- 
blockPosToPendingUpdate
- Mappings:
 Namespace Name Mixin selector named blockPosToPendingUpdateLnet/minecraft/client/network/PendingUpdateManager;blockPosToPendingUpdate:Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;intermediary field_37953Lnet/minecraft/class_7202;field_37953:Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;official aLgsx;a:Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;
 - 
sequence
private int sequence- Mappings:
 Namespace Name Mixin selector named sequenceLnet/minecraft/client/network/PendingUpdateManager;sequence:Iintermediary field_37954Lnet/minecraft/class_7202;field_37954:Iofficial bLgsx;b:I
 - 
pendingSequence
private boolean pendingSequence- Mappings:
 Namespace Name Mixin selector named pendingSequenceLnet/minecraft/client/network/PendingUpdateManager;pendingSequence:Zintermediary field_37955Lnet/minecraft/class_7202;field_37955:Zofficial cLgsx;c:Z
 
 - 
 - 
Constructor Details
- 
PendingUpdateManager
public PendingUpdateManager() 
 - 
 - 
Method Details
- 
addPendingUpdate
- Mappings:
 Namespace Name Mixin selector named addPendingUpdateLnet/minecraft/client/network/PendingUpdateManager;addPendingUpdate(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/client/network/ClientPlayerEntity;)Vintermediary method_41941Lnet/minecraft/class_7202;method_41941(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_746;)Vofficial aLgsx;a(Ljb;Leeb;Lgwi;)V
 - 
hasPendingUpdate
- Mappings:
 Namespace Name Mixin selector named hasPendingUpdateLnet/minecraft/client/network/PendingUpdateManager;hasPendingUpdate(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Zintermediary method_41940Lnet/minecraft/class_7202;method_41940(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Zofficial aLgsx;a(Ljb;Leeb;)Z
 - 
processPendingUpdates
- Mappings:
 Namespace Name Mixin selector named processPendingUpdatesLnet/minecraft/client/network/PendingUpdateManager;processPendingUpdates(ILnet/minecraft/client/world/ClientWorld;)Vintermediary method_41938Lnet/minecraft/class_7202;method_41938(ILnet/minecraft/class_638;)Vofficial aLgsx;a(ILgrk;)V
 - 
incrementSequence
- Mappings:
 Namespace Name Mixin selector named incrementSequenceLnet/minecraft/client/network/PendingUpdateManager;incrementSequence()Lnet/minecraft/client/network/PendingUpdateManager;intermediary method_41937Lnet/minecraft/class_7202;method_41937()Lnet/minecraft/class_7202;official aLgsx;a()Lgsx;
 - 
close
public void close()- Specified by:
 closein interfaceAutoCloseable
 - 
getSequence
public int getSequence()- Mappings:
 Namespace Name Mixin selector named getSequenceLnet/minecraft/client/network/PendingUpdateManager;getSequence()Iintermediary method_41942Lnet/minecraft/class_7202;method_41942()Iofficial bLgsx;b()I
 - 
hasPendingSequence
public boolean hasPendingSequence()- Mappings:
 Namespace Name Mixin selector named hasPendingSequenceLnet/minecraft/client/network/PendingUpdateManager;hasPendingSequence()Zintermediary method_41943Lnet/minecraft/class_7202;method_41943()Zofficial cLgsx;c()Z
 
 -