Package net.minecraft.world.tick
Class TickManager
java.lang.Object
net.minecraft.world.tick.TickManager
- Direct Known Subclasses:
ServerTickManager
- Mappings:
Namespace Name named net/minecraft/world/tick/TickManager
intermediary net/minecraft/class_8921
official brh
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
static final float
protected long
protected boolean
protected int
protected float
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
long
int
float
boolean
isFrozen()
boolean
void
setFrozen
(boolean frozen) void
setStepTicks
(int stepTicks) void
setTickRate
(float tickRate) boolean
shouldSkipTick
(Entity entity) boolean
void
step()
-
Field Details
-
MIN_TICK_RATE
public static final float MIN_TICK_RATE- See Also:
- Mappings:
Namespace Name Mixin selector named MIN_TICK_RATE
Lnet/minecraft/world/tick/TickManager;MIN_TICK_RATE:F
intermediary field_46960
Lnet/minecraft/class_8921;field_46960:F
official a
Lbrh;a:F
-
tickRate
protected float tickRate- Mappings:
Namespace Name Mixin selector named tickRate
Lnet/minecraft/world/tick/TickManager;tickRate:F
intermediary field_46961
Lnet/minecraft/class_8921;field_46961:F
official b
Lbrh;b:F
-
nanosPerTick
protected long nanosPerTick- Mappings:
Namespace Name Mixin selector named nanosPerTick
Lnet/minecraft/world/tick/TickManager;nanosPerTick:J
intermediary field_46962
Lnet/minecraft/class_8921;field_46962:J
official c
Lbrh;c:J
-
stepTicks
protected int stepTicks- Mappings:
Namespace Name Mixin selector named stepTicks
Lnet/minecraft/world/tick/TickManager;stepTicks:I
intermediary field_46963
Lnet/minecraft/class_8921;field_46963:I
official d
Lbrh;d:I
-
shouldTick
protected boolean shouldTick- Mappings:
Namespace Name Mixin selector named shouldTick
Lnet/minecraft/world/tick/TickManager;shouldTick:Z
intermediary field_46964
Lnet/minecraft/class_8921;field_46964:Z
official e
Lbrh;e:Z
-
frozen
protected boolean frozen- Mappings:
Namespace Name Mixin selector named frozen
Lnet/minecraft/world/tick/TickManager;frozen:Z
intermediary field_46965
Lnet/minecraft/class_8921;field_46965:Z
official f
Lbrh;f:Z
-
-
Constructor Details
-
TickManager
public TickManager()
-
-
Method Details
-
setTickRate
public void setTickRate(float tickRate) - Mappings:
Namespace Name Mixin selector named setTickRate
Lnet/minecraft/world/tick/TickManager;setTickRate(F)V
intermediary method_54671
Lnet/minecraft/class_8921;method_54671(F)V
official a
Lbrh;a(F)V
-
getTickRate
public float getTickRate()- Mappings:
Namespace Name Mixin selector named getTickRate
Lnet/minecraft/world/tick/TickManager;getTickRate()F
intermediary method_54748
Lnet/minecraft/class_8921;method_54748()F
official f
Lbrh;f()F
-
getMillisPerTick
public float getMillisPerTick()- Mappings:
Namespace Name Mixin selector named getMillisPerTick
Lnet/minecraft/world/tick/TickManager;getMillisPerTick()F
intermediary method_54749
Lnet/minecraft/class_8921;method_54749()F
official g
Lbrh;g()F
-
getNanosPerTick
public long getNanosPerTick()- Mappings:
Namespace Name Mixin selector named getNanosPerTick
Lnet/minecraft/world/tick/TickManager;getNanosPerTick()J
intermediary method_54750
Lnet/minecraft/class_8921;method_54750()J
official h
Lbrh;h()J
-
shouldTick
public boolean shouldTick()- Mappings:
Namespace Name Mixin selector named shouldTick
Lnet/minecraft/world/tick/TickManager;shouldTick()Z
intermediary method_54751
Lnet/minecraft/class_8921;method_54751()Z
official i
Lbrh;i()Z
-
isStepping
public boolean isStepping()- Mappings:
Namespace Name Mixin selector named isStepping
Lnet/minecraft/world/tick/TickManager;isStepping()Z
intermediary method_54752
Lnet/minecraft/class_8921;method_54752()Z
official j
Lbrh;j()Z
-
setStepTicks
public void setStepTicks(int stepTicks) - Mappings:
Namespace Name Mixin selector named setStepTicks
Lnet/minecraft/world/tick/TickManager;setStepTicks(I)V
intermediary method_54747
Lnet/minecraft/class_8921;method_54747(I)V
official c
Lbrh;c(I)V
-
getStepTicks
public int getStepTicks()- Mappings:
Namespace Name Mixin selector named getStepTicks
Lnet/minecraft/world/tick/TickManager;getStepTicks()I
intermediary method_54753
Lnet/minecraft/class_8921;method_54753()I
official k
Lbrh;k()I
-
setFrozen
public void setFrozen(boolean frozen) - Mappings:
Namespace Name Mixin selector named setFrozen
Lnet/minecraft/world/tick/TickManager;setFrozen(Z)V
intermediary method_54675
Lnet/minecraft/class_8921;method_54675(Z)V
official a
Lbrh;a(Z)V
-
isFrozen
public boolean isFrozen()- Mappings:
Namespace Name Mixin selector named isFrozen
Lnet/minecraft/world/tick/TickManager;isFrozen()Z
intermediary method_54754
Lnet/minecraft/class_8921;method_54754()Z
official l
Lbrh;l()Z
-
step
public void step()- Mappings:
Namespace Name Mixin selector named step
Lnet/minecraft/world/tick/TickManager;step()V
intermediary method_54755
Lnet/minecraft/class_8921;method_54755()V
official m
Lbrh;m()V
-
shouldSkipTick
- Mappings:
Namespace Name Mixin selector named shouldSkipTick
Lnet/minecraft/world/tick/TickManager;shouldSkipTick(Lnet/minecraft/entity/Entity;)Z
intermediary method_54746
Lnet/minecraft/class_8921;method_54746(Lnet/minecraft/class_1297;)Z
official a
Lbrh;a(Lbsw;)Z
-