インタフェース
org.boxed_economy.besp.container.BESPPlugin の使用

BESPPlugin を使用しているパッケージ
org.boxed_economy.components.boxlf5   
org.boxed_economy.components.control   
org.boxed_economy.components.file   
org.boxed_economy.components.help   
org.boxed_economy.components.language   
org.boxed_economy.components.profiler   
org.boxed_economy.components.property   
org.boxed_economy.components.realclock   
org.boxed_economy.components.runsetting   
org.boxed_economy.components.speedselect   
org.boxed_economy.components.stepclock   
org.boxed_economy.components.worldinitializer   
 

org.boxed_economy.components.boxlf5 での BESPPlugin の使用
 

BESPPlugin を実装している org.boxed_economy.components.boxlf5 のクラス
 class BoxLF5Plugin
           
 

org.boxed_economy.components.control での BESPPlugin の使用
 

BESPPlugin を実装している org.boxed_economy.components.control のクラス
 class ControlManagerPlugin
           
 

org.boxed_economy.components.file での BESPPlugin の使用
 

BESPPlugin を実装している org.boxed_economy.components.file のクラス
 class FileManagerPlugin
           
 

org.boxed_economy.components.help での BESPPlugin の使用
 

BESPPlugin を実装している org.boxed_economy.components.help のクラス
 class HelpManagerPlugin
           
 

org.boxed_economy.components.language での BESPPlugin の使用
 

BESPPlugin を実装している org.boxed_economy.components.language のクラス
 class LanguageSelectionPlugin
          Class LanguageSelectionPlugin.
 

org.boxed_economy.components.profiler での BESPPlugin の使用
 

BESPPlugin を実装している org.boxed_economy.components.profiler のクラス
 class ProfilerPlugin
           
 

org.boxed_economy.components.property での BESPPlugin の使用
 

BESPPlugin を実装している org.boxed_economy.components.property のクラス
 class PropertyManagerPlugin
           
 

org.boxed_economy.components.realclock での BESPPlugin の使用
 

BESPPlugin を実装している org.boxed_economy.components.realclock のクラス
 class RealClockPlugin
          実時間を表す時計パッケージに含まれる、時計、一定時間実行の設定、及びその設定用GUIコンポーネントの インストールを行います
 

org.boxed_economy.components.runsetting での BESPPlugin の使用
 

BESPPlugin を実装している org.boxed_economy.components.runsetting のクラス
 class RunSettingManagerPlugin
           
 

org.boxed_economy.components.speedselect での BESPPlugin の使用
 

BESPPlugin を実装している org.boxed_economy.components.speedselect のクラス
 class SpeedSelectPlugin
           
 

org.boxed_economy.components.stepclock での BESPPlugin の使用
 

BESPPlugin を実装している org.boxed_economy.components.stepclock のクラス
 class StepClockPlugin
          ステップによる時計のパッケージに含まれる、時計、一定時間実行の設定、及びその設定用GUIコンポーネントの インストールを行います
 

org.boxed_economy.components.worldinitializer での BESPPlugin の使用
 

BESPPlugin を実装している org.boxed_economy.components.worldinitializer のクラス
 class WorldInitializerComponent
          世界が持つ初期値を設定するプレゼンテーションコンポーネントです このコンポーネントは現在設定されているWorldが持つpropertyのうち 条件を満たすものを設定することができます 1,publicなJavaの命名規則に従ったgetter、setter(*)がWorldに定義されている 2,getterの返り値と、setterの引数の型が同じである 3,getterの返り値と、setterの引数の型がプリミティブ型(**)である また、propertyの名前が"value"であったとき、WorldにgetValueComment()という メソッドが定義されていれば、そのメソッドが返す値をコメントとして読み込むことができます。
 class WorldInitializerPlugin