Class BlockStatePredictionHandler.ServerVerifiedState
java.lang.Object
net.minecraft.client.multiplayer.prediction.BlockStatePredictionHandler.ServerVerifiedState
- Enclosing class:
BlockStatePredictionHandler
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) BlockState
(package private) final Vec3
(package private) int
(package private) BlockSnapshot
Neo: Used to hold all data necessary for clientside restoration during break denial. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
setBlockState
(BlockState pBlockState) (package private) BlockStatePredictionHandler.ServerVerifiedState
setSequence
(int pSequence)
-
Field Details
-
snapshot
BlockSnapshot snapshotNeo: Used to hold all data necessary for clientside restoration during break denial. -
playerPos
-
sequence
int sequence -
blockState
BlockState blockState
-
-
Constructor Details
-
ServerVerifiedState
ServerVerifiedState(int pSequence, BlockState pBlockState, Vec3 pPlayerPos)
-
-
Method Details
-
setSequence
-
setBlockState
-