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
official ezx$a
intermediary net/minecraft/class_7202$class_7203
named net/minecraft/client/network/PendingUpdateManager$PendingUpdate
  • Field Details

    • playerPos

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

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

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

    • PendingUpdate

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

    • withSequence

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

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