类 BlockDestructionProgress
java.lang.Object
net.minecraft.server.level.BlockDestructionProgress
- 所有已实现的接口:
Comparable<BlockDestructionProgress>
public class BlockDestructionProgress
extends Object
implements Comparable<BlockDestructionProgress>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明int
compareTo
(BlockDestructionProgress p_139984_) boolean
int
getId()
getPos()
int
int
int
hashCode()
void
setProgress
(int p_139982_) void
updateTick
(int p_139987_)
-
字段详细资料
-
id
private final int id -
pos
-
progress
private int progress -
updatedRenderTick
private int updatedRenderTick
-
-
构造器详细资料
-
BlockDestructionProgress
-
-
方法详细资料
-
getId
public int getId() -
getPos
-
setProgress
public void setProgress(int p_139982_) -
getProgress
public int getProgress() -
updateTick
public void updateTick(int p_139987_) -
getUpdatedRenderTick
public int getUpdatedRenderTick() -
equals
-
hashCode
public int hashCode() -
compareTo
- 指定者:
compareTo
在接口中Comparable<BlockDestructionProgress>
-