net.minecraft.entity.player

public class BlockBreakingInfo

implements Comparable<BlockBreakingInfo>

net.minecraft.server.level.BlockDestructionProgress
net.minecraft.class_3191
net.minecraft.entity.player.BlockBreakingInfo

Field summary

Modifier and TypeField
private final int
id
field_13859
actorNetworkId
private final BlockPos
pos
field_13860
pos
private int
progress
field_13858
stage
private long
updatedRenderTick
field_13857
lastUpdateTick

Constructor summary

ModifierConstructor
public (int breakingEntityId, BlockPos pos)

Method summary

Modifier and TypeMethod
public int
getId()
method_34868()
getActorId()
public BlockPos
getPos()
method_13991()
getPos()
public void
setProgress(int progress)
method_13987(int arg0)
setStage(int stage)
public int
getProgress()
method_13988()
getStage()
public void
updateTick(long tick)
method_13989(long arg0)
setLastUpdateTick(long arg0)
public long
getUpdatedRenderTick()
method_13990()
getLastUpdateTick()
public int
compareTo(BlockDestructionProgress o)
method_23269(class_3191 arg0)
compareTo(BlockBreakingInfo arg0)
public int
compareTo(Object o)
compareTo(Object arg0)
compareTo(Object other)