private static EntityRenderFragment smethod_8(Color color_0, float float_0, float float_1, Color?nullable_0 = null) { return(GClass840.smethod_4(color_0, "rect", nullable_0, new object[] { -float_0, -float_1 })); }
private static EntityRenderFragment smethod_9(Color color_0, int int_0, int int_1, Color?nullable_0 = null) { return(GClass840.smethod_4(color_0, "circle", nullable_0, new object[] { (float)int_0, (float)int_1 })); }
private static EntityRenderFragment smethod_11(Color color_0, string string_0, string string_1, string string_2, Color?nullable_0 = null) { return(GClass840.smethod_4(color_0, "text", nullable_0, new object[] { string_0, string_1, string_2 })); }