001package com.ericlam.mc.eld; 002 003public class ELDependenci { 004 005 /** 006 * 此處獲取API 007 * 008 * @return 獲取API 009 */ 010 public static ELDependenciAPI getApi() { 011 throw new UnsupportedOperationException("not plugin"); 012 } 013 014}
001package com.ericlam.mc.eld; 002 003public class ELDependenci { 004 005 /** 006 * 此處獲取API 007 * 008 * @return 獲取API 009 */ 010 public static ELDependenciAPI getApi() { 011 throw new UnsupportedOperationException("not plugin"); 012 } 013 014}