net.minecraft.server.level

public class BlockDestructionProgress

implements Comparable<BlockDestructionProgress>

apx
net.minecraft.server.level.BlockDestructionProgress
net.minecraft.class_3191
net.minecraft.entity.player.BlockBreakingInfo
net.minecraft.src.C_5421_

Field summary

Modifier and TypeField
private final int
a
id
field_13859
actorNetworkId
f_139974_
private final BlockPos
b
pos
field_13860
pos
f_139975_
private int
c
progress
field_13858
stage
f_139976_
private int
d
updatedRenderTick
field_13857
lastUpdateTick
f_139977_

Constructor summary

ModifierConstructor
public (int breakingEntityId, BlockPos pos)

Method summary

Modifier and TypeMethod
public int
a()
getId()
method_34868()
getActorId()
m_142980_()
public BlockPos
b()
getPos()
method_13991()
getPos()
m_139985_()
public void
a(int arg0)
setProgress(int arg0)
method_13987(int arg0)
setStage(int stage)
m_139981_(int arg0)
public int
c()
getProgress()
method_13988()
getStage()
m_139988_()
public void
b(int arg0)
updateTick(int arg0)
method_13989(int arg0)
setLastUpdateTick(int lastUpdateTick)
m_139986_(int arg0)
public int
d()
getUpdatedRenderTick()
method_13990()
getLastUpdateTick()
m_139991_()
public int
a(apx arg0)
compareTo(BlockDestructionProgress arg0)
method_23269(class_3191 arg0)
compareTo(BlockBreakingInfo arg0)
compareTo(C_5421_ arg0)