Class BlockStatePredictionHandler

java.lang.Object
net.minecraft.client.multiplayer.prediction.BlockStatePredictionHandler
All Implemented Interfaces:
AutoCloseable

public class BlockStatePredictionHandler extends Object implements AutoCloseable
  • Field Details

    • serverVerifiedStates

      private final it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<BlockStatePredictionHandler.ServerVerifiedState> serverVerifiedStates
    • currentSequenceNr

      private int currentSequenceNr
    • isPredicting

      private boolean isPredicting
  • Constructor Details

    • BlockStatePredictionHandler

      public BlockStatePredictionHandler()
  • Method Details