Esempio n. 1
0
 public static Object newModchu_LmmTextureBox(Object mtb) {
   String Modchu_LmmTextureBoxString =
       Modchu_Main.getModchuCharacteristicClassName(
           Modchu_LMMManager.getModchuLmmTextureBoxString());
   Class ModchuModel_TextureBoxBase =
       (Class) Modchu_Reflect.loadClass("modchu.model.ModchuModel_TextureBoxBase");
   return Modchu_Reflect.newInstance(
       Modchu_LmmTextureBoxString,
       new Class[] {ModchuModel_TextureBoxBase},
       new Object[] {Modchu_Reflect.invokeMethod(mtb.getClass(), "duplicate", mtb)});
 }