static void n_Init_IF(IntPtr jnienv, IntPtr native__this, int p0, float p1)
 {
     global::Com.Nightonke.Boommenu.Piece.BoomPiece __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.Piece.BoomPiece> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Init(p0, p1);
 }
 static void n_Place_Landroid_graphics_RectF_(IntPtr jnienv, IntPtr native__this, IntPtr native_rectF)
 {
     global::Com.Nightonke.Boommenu.Piece.BoomPiece __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.Piece.BoomPiece> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.Graphics.RectF rectF = global::Java.Lang.Object.GetObject <global::Android.Graphics.RectF> (native_rectF, JniHandleOwnership.DoNotTransfer);
     __this.Place(rectF);
 }
 static void n_SetColorRes_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Com.Nightonke.Boommenu.Piece.BoomPiece __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.Piece.BoomPiece> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetColorRes(p0);
 }