How i can get "timer" and "timerSpeed" in MCP?
-
Please, help me. I cant get it using field and etc. Also i cant use mixins
-
private Minecraft mc = Minecraft.getMinecraft();
mc.timer.timerSpeed = floatVal;
-
Did you read the question? i cant access mc.timer.
-
@wtf then u can't do it, L
-
@Foreheadchan_ mhm, i said, that mc has no timer line.
EDIT: then, how ccbluex got it? -
@wtf just go in to the Timer class and change timerSpeed visibility to public. Then go into the Minecraft class and change timer to public aswell
-
@icewormy3 lol, thank you so much!
-
@icewormy3 said in How i can get "timer" and "timerSpeed" in MCP?:
@wtf just go in to the Timer class and change timerSpeed visibility to public. Then go into the Minecraft class and change timer to public aswell
He just said that there isn't any timer line tho.
-
@CzechHek no, icewormy3's method is working.