Package net.minecraft.client.network
Class PendingUpdateManager
java.lang.Object
net.minecraft.client.network.PendingUpdateManager
- All Implemented Interfaces:
 AutoCloseable
- Mappings:
 Namespace Name official ffvintermediary net/minecraft/class_7202named net/minecraft/client/network/PendingUpdateManager
- 
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 official aLffv;a:Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;intermediary field_37953Lnet/minecraft/class_7202;field_37953:Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;named blockPosToPendingUpdateLnet/minecraft/client/network/PendingUpdateManager;blockPosToPendingUpdate:Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;
 - 
sequence
private int sequence- Mappings:
 Namespace Name Mixin selector official bLffv;b:Iintermediary field_37954Lnet/minecraft/class_7202;field_37954:Inamed sequenceLnet/minecraft/client/network/PendingUpdateManager;sequence:I
 - 
pendingSequence
private boolean pendingSequence- Mappings:
 Namespace Name Mixin selector official cLffv;c:Zintermediary field_37955Lnet/minecraft/class_7202;field_37955:Znamed pendingSequenceLnet/minecraft/client/network/PendingUpdateManager;pendingSequence:Z
 
 - 
 - 
Constructor Details
- 
PendingUpdateManager
public PendingUpdateManager() 
 - 
 - 
Method Details
- 
addPendingUpdate
- Mappings:
 Namespace Name Mixin selector official aLffv;a(Lgu;Ldcb;Lfiy;)Vintermediary method_41941Lnet/minecraft/class_7202;method_41941(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_746;)Vnamed addPendingUpdateLnet/minecraft/client/network/PendingUpdateManager;addPendingUpdate(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/client/network/ClientPlayerEntity;)V
 - 
hasPendingUpdate
- Mappings:
 Namespace Name Mixin selector official aLffv;a(Lgu;Ldcb;)Zintermediary method_41940Lnet/minecraft/class_7202;method_41940(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Znamed hasPendingUpdateLnet/minecraft/client/network/PendingUpdateManager;hasPendingUpdate(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Z
 - 
processPendingUpdates
- Mappings:
 Namespace Name Mixin selector official aLffv;a(ILfew;)Vintermediary method_41938Lnet/minecraft/class_7202;method_41938(ILnet/minecraft/class_638;)Vnamed processPendingUpdatesLnet/minecraft/client/network/PendingUpdateManager;processPendingUpdates(ILnet/minecraft/client/world/ClientWorld;)V
 - 
incrementSequence
- Mappings:
 Namespace Name Mixin selector official aLffv;a()Lffv;intermediary method_41937Lnet/minecraft/class_7202;method_41937()Lnet/minecraft/class_7202;named incrementSequenceLnet/minecraft/client/network/PendingUpdateManager;incrementSequence()Lnet/minecraft/client/network/PendingUpdateManager;
 - 
close
public void close()- Specified by:
 closein interfaceAutoCloseable
 - 
getSequence
public int getSequence()- Mappings:
 Namespace Name Mixin selector official bLffv;b()Iintermediary method_41942Lnet/minecraft/class_7202;method_41942()Inamed getSequenceLnet/minecraft/client/network/PendingUpdateManager;getSequence()I
 - 
hasPendingSequence
public boolean hasPendingSequence()- Mappings:
 Namespace Name Mixin selector official cLffv;c()Zintermediary method_41943Lnet/minecraft/class_7202;method_41943()Znamed hasPendingSequenceLnet/minecraft/client/network/PendingUpdateManager;hasPendingSequence()Z
 
 -