Class PendingUpdateManager.PendingUpdate

java.lang.Object
net.minecraft.client.network.PendingUpdateManager.PendingUpdate
Enclosing class:
PendingUpdateManager

@Environment(CLIENT) private static class PendingUpdateManager.PendingUpdate extends Object
Mappings:
Namespace Name
named net/minecraft/client/network/PendingUpdateManager$PendingUpdate
intermediary net/minecraft/class_7202$class_7203
official gas$a
  • Field Details

    • playerPos

      final Vec3d playerPos
      Mappings:
      Namespace Name Mixin selector
      named playerPos Lnet/minecraft/client/network/PendingUpdateManager$PendingUpdate;playerPos:Lnet/minecraft/util/math/Vec3d;
      intermediary field_37956 Lnet/minecraft/class_7202$class_7203;field_37956:Lnet/minecraft/class_243;
      official a Lgas$a;a:Lexc;
    • sequence

      int sequence
      Mappings:
      Namespace Name Mixin selector
      named sequence Lnet/minecraft/client/network/PendingUpdateManager$PendingUpdate;sequence:I
      intermediary field_37957 Lnet/minecraft/class_7202$class_7203;field_37957:I
      official b Lgas$a;b:I
    • blockState

      BlockState blockState
      Mappings:
      Namespace Name Mixin selector
      named blockState Lnet/minecraft/client/network/PendingUpdateManager$PendingUpdate;blockState:Lnet/minecraft/block/BlockState;
      intermediary field_37958 Lnet/minecraft/class_7202$class_7203;field_37958:Lnet/minecraft/class_2680;
      official c Lgas$a;c:Ldtc;
  • Constructor Details

    • PendingUpdate

      PendingUpdate(int sequence, BlockState blockState, Vec3d playerPos)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/network/PendingUpdateManager$PendingUpdate;<init>(ILnet/minecraft/block/BlockState;Lnet/minecraft/util/math/Vec3d;)V
      intermediary <init> Lnet/minecraft/class_7202$class_7203;<init>(ILnet/minecraft/class_2680;Lnet/minecraft/class_243;)V
      official <init> Lgas$a;<init>(ILdtc;Lexc;)V
  • Method Details

    • withSequence

      PendingUpdateManager.PendingUpdate withSequence(int sequence)
      Mappings:
      Namespace Name Mixin selector
      named withSequence Lnet/minecraft/client/network/PendingUpdateManager$PendingUpdate;withSequence(I)Lnet/minecraft/client/network/PendingUpdateManager$PendingUpdate;
      intermediary method_41944 Lnet/minecraft/class_7202$class_7203;method_41944(I)Lnet/minecraft/class_7202$class_7203;
      official a Lgas$a;a(I)Lgas$a;
    • setBlockState

      void setBlockState(BlockState state)
      Mappings:
      Namespace Name Mixin selector
      named setBlockState Lnet/minecraft/client/network/PendingUpdateManager$PendingUpdate;setBlockState(Lnet/minecraft/block/BlockState;)V
      intermediary method_41945 Lnet/minecraft/class_7202$class_7203;method_41945(Lnet/minecraft/class_2680;)V
      official a Lgas$a;a(Ldtc;)V