Class BlockStatePredictionHandler.ServerVerifiedState

java.lang.Object
net.minecraft.client.multiplayer.prediction.BlockStatePredictionHandler.ServerVerifiedState
Enclosing class:
BlockStatePredictionHandler

static class BlockStatePredictionHandler.ServerVerifiedState extends Object
  • Field Details

    • snapshot

      BlockSnapshot snapshot
      Neo: Used to hold all data necessary for clientside restoration during break denial.
    • playerPos

      final Vec3 playerPos
    • sequence

      int sequence
    • blockState

      BlockState blockState
  • Constructor Details

    • ServerVerifiedState

      ServerVerifiedState(int p_233878_, BlockState p_233879_, Vec3 p_233880_)
  • Method Details