Package net.minecraft.client.network
Class PendingUpdateManager
java.lang.Object
net.minecraft.client.network.PendingUpdateManager
- All Implemented Interfaces:
AutoCloseable
- Mappings:
Namespace Name official ezx
intermediary net/minecraft/class_7202
named net/minecraft/client/network/PendingUpdateManager
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Long2ObjectOpenHashMap<PendingUpdateManager.PendingUpdate>
private boolean
private int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPendingUpdate
(BlockPos pos, BlockState state, ClientPlayerEntity player) void
close()
int
boolean
boolean
hasPendingUpdate
(BlockPos pos, BlockState state) void
processPendingUpdates
(int maxProcessableSequence, ClientWorld world)
-
Field Details
-
blockPosToPendingUpdate
- Mappings:
Namespace Name Mixin selector official a
Lezx;a:Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;
intermediary field_37953
Lnet/minecraft/class_7202;field_37953:Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;
named blockPosToPendingUpdate
Lnet/minecraft/client/network/PendingUpdateManager;blockPosToPendingUpdate:Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;
-
sequence
private int sequence- Mappings:
Namespace Name Mixin selector official b
Lezx;b:I
intermediary field_37954
Lnet/minecraft/class_7202;field_37954:I
named sequence
Lnet/minecraft/client/network/PendingUpdateManager;sequence:I
-
pendingSequence
private boolean pendingSequence- Mappings:
Namespace Name Mixin selector official c
Lezx;c:Z
intermediary field_37955
Lnet/minecraft/class_7202;field_37955:Z
named pendingSequence
Lnet/minecraft/client/network/PendingUpdateManager;pendingSequence:Z
-
-
Constructor Details
-
PendingUpdateManager
public PendingUpdateManager()
-
-
Method Details
-
addPendingUpdate
- Mappings:
Namespace Name Mixin selector official a
Lezx;a(Lgp;Lcyt;Lfcz;)V
intermediary method_41941
Lnet/minecraft/class_7202;method_41941(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_746;)V
named addPendingUpdate
Lnet/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 a
Lezx;a(Lgp;Lcyt;)Z
intermediary method_41940
Lnet/minecraft/class_7202;method_41940(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Z
named hasPendingUpdate
Lnet/minecraft/client/network/PendingUpdateManager;hasPendingUpdate(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Z
-
processPendingUpdates
- Mappings:
Namespace Name Mixin selector official a
Lezx;a(ILeyz;)V
intermediary method_41938
Lnet/minecraft/class_7202;method_41938(ILnet/minecraft/class_638;)V
named processPendingUpdates
Lnet/minecraft/client/network/PendingUpdateManager;processPendingUpdates(ILnet/minecraft/client/world/ClientWorld;)V
-
incrementSequence
- Mappings:
Namespace Name Mixin selector official a
Lezx;a()Lezx;
intermediary method_41937
Lnet/minecraft/class_7202;method_41937()Lnet/minecraft/class_7202;
named incrementSequence
Lnet/minecraft/client/network/PendingUpdateManager;incrementSequence()Lnet/minecraft/client/network/PendingUpdateManager;
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
getSequence
public int getSequence()- Mappings:
Namespace Name Mixin selector official b
Lezx;b()I
intermediary method_41942
Lnet/minecraft/class_7202;method_41942()I
named getSequence
Lnet/minecraft/client/network/PendingUpdateManager;getSequence()I
-
hasPendingSequence
public boolean hasPendingSequence()- Mappings:
Namespace Name Mixin selector official c
Lezx;c()Z
intermediary method_41943
Lnet/minecraft/class_7202;method_41943()Z
named hasPendingSequence
Lnet/minecraft/client/network/PendingUpdateManager;hasPendingSequence()Z
-