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 - bsu
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected booleanstatic final floatprotected longprotected booleanprotected intprotected float
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfloatlongintfloatbooleanisFrozen()booleanvoidsetFrozen(boolean frozen) voidsetStepTicks(int stepTicks) voidsetTickRate(float tickRate) booleanshouldSkipTick(Entity entity) booleanvoidstep()
- 
Field Details- 
MIN_TICK_RATEpublic 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- Lbsu;a:F
 
- 
tickRateprotected 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- Lbsu;b:F
 
- 
nanosPerTickprotected 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- Lbsu;c:J
 
- 
stepTicksprotected 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- Lbsu;d:I
 
- 
shouldTickprotected 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- Lbsu;e:Z
 
- 
frozenprotected 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- Lbsu;f:Z
 
 
- 
- 
Constructor Details- 
TickManagerpublic TickManager()
 
- 
- 
Method Details- 
setTickRatepublic 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- Lbsu;a(F)V
 
- 
getTickRatepublic 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- Lbsu;f()F
 
- 
getMillisPerTickpublic 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- Lbsu;g()F
 
- 
getNanosPerTickpublic 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- Lbsu;h()J
 
- 
shouldTickpublic 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- Lbsu;i()Z
 
- 
isSteppingpublic 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- Lbsu;j()Z
 
- 
setStepTickspublic 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- Lbsu;c(I)V
 
- 
getStepTickspublic 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- Lbsu;k()I
 
- 
setFrozenpublic 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- Lbsu;a(Z)V
 
- 
isFrozenpublic 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- Lbsu;l()Z
 
- 
steppublic 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- Lbsu;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- Lbsu;a(Lbum;)Z
 
 
-