net.minecraft.client.render.world

public class BlockMiningProgress

mj
net.minecraft.class_786
net.minecraft.client.render.world.BlockMiningProgress
net.minecraft.client.renderer.DestroyBlockProgress

Field summary

Modifier and TypeField
private final int
a
field_2772
id
miningPlayerEntId
private final int
b
field_2773
x
partialBlockX
private final int
c
field_2774
y
partialBlockY
private final int
d
field_2775
z
partialBlockZ
private int
e
field_2776
progress
partialBlockProgress
private int
f
field_5301
lastUpdateTick
createdAtCloudUpdateTick

Constructor summary

ModifierConstructor
public (int entityId, int x, int y, int z)

Method summary

Modifier and TypeMethod
public int
b()
method_2090()
getX()
getPartialBlockX()
public int
c()
method_2091()
getY()
getPartialBlockY()
public int
d()
method_2092()
getZ()
getPartialBlockZ()
public void
a(int arg0)
method_2089(int arg0)
setProgress(int progress)
setPartialBlockDamage(int damage)
public int
e()
method_2093()
getProgress()
getPartialBlockDamage()
public void
b(int arg0)
method_4408(int arg0)
setLastUpdateTick(int lastUpdateTick)
setCloudUpdateTick(int arg0)
public int
f()
method_4409()
getLastUpdateTick()
getCreationCloudUpdateTick()