Class BlockStatePredictionHandler.ServerVerifiedState
java.lang.Object
net.minecraft.client.multiplayer.prediction.BlockStatePredictionHandler.ServerVerifiedState
- Enclosing class:
BlockStatePredictionHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BlockStateprivate final Vec3private int(package private) BlockSnapshotNeo: Used to hold all data necessary for clientside restoration during break denial. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateServerVerifiedState(int sequence, BlockState blockState, Vec3 playerPos) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidsetBlockState(BlockState blockState) setSequence(int sequence)
-
Field Details
-
snapshot
BlockSnapshot snapshotNeo: Used to hold all data necessary for clientside restoration during break denial. -
playerPos
-
sequence
private int sequence -
blockState
-
-
Constructor Details
-
ServerVerifiedState
-
-
Method Details
-
setSequence
-
setBlockState
-