package com.jozufozu.flywheel.util; public class RenderMath { public static byte nb(float f) { return (byte) (f * 127); } }