How i can get "timer" and "timerSpeed" in MCP?
-
private Minecraft mc = Minecraft.getMinecraft();
mc.timer.timerSpeed = floatVal;
-
@wtf then u can't do it, L
-
@Foreheadchan_ mhm, i said, that mc has no timer line.
EDIT: then, how ccbluex got it? -
@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.