类 TickThrottler
java.lang.Object
net.minecraft.util.TickThrottler
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
incrementStep
private final int incrementStep -
threshold
private final int threshold -
count
private int count
-
-
构造器详细资料
-
TickThrottler
public TickThrottler(int p_365995_, int p_367862_)
-
-
方法详细资料
-
increment
public void increment() -
tick
public void tick() -
isUnderThreshold
public boolean isUnderThreshold()
-