Package com.github.syari.spigot.api.config.type.data.list

Types

ConfigCoordinateListDataType
Link copied to clipboard
object ConfigCoordinateListDataType : ConfigDataType<List<Coordinate>>
座標のリスト。
ConfigEnchantmentByKeyListDataType
Link copied to clipboard
object ConfigEnchantmentByKeyListDataType : ConfigDataType<List<Enchantment>>
エンチャントの一覧。固有名から取得する。
ConfigEntityTypeListDataType
Link copied to clipboard
object ConfigEntityTypeListDataType : ConfigEnumListDataType<EntityType>
エンティティの種類のリスト。
ConfigEnumListDataType
Link copied to clipboard
interface ConfigEnumListDataType<T : Enum<*>> : ConfigDataType<List<T>>
列挙型の要素からリスト形式のデータタイプを作成する為のインターフェース。
ConfigItemStackListDataType
Link copied to clipboard
class ConfigItemStackListDataType(itemConverter: ConfigItemConverter) : ConfigDataType<List<ItemStack>>
アイテムスタックのリスト。ConfigItemConverter を使用して保存・読込を行う。
ConfigLocationListDataType
Link copied to clipboard
object ConfigLocationListDataType : ConfigDataType<List<Location>>
ワールド座標のリスト。
ConfigMaterialListDataType
Link copied to clipboard
object ConfigMaterialListDataType : ConfigEnumListDataType<Material>
マテリアルのリスト。
ConfigParticleListDataType
Link copied to clipboard
object ConfigParticleListDataType : ConfigEnumListDataType<Particle>
パーティクルの種類のリスト。
ConfigPotionEffectTypeListDataType
Link copied to clipboard
object ConfigPotionEffectTypeListDataType : ConfigDataType<List<PotionEffectType>>
ポーションエフェクトの種類のリスト。
ConfigSerializableItemStackListDataType
Link copied to clipboard
object ConfigSerializableItemStackListDataType : ConfigDataType<List<ItemStack>>
アイテムスタックのリスト。シリアライズを使用して保存・読込を行う。
ConfigSoundByKeyListDataType
Link copied to clipboard
object ConfigSoundByKeyListDataType : ConfigEnumListDataType<Sound>
サウンドの種類のリスト。固有名から取得する。
ConfigSoundByNameListDataType
Link copied to clipboard
object ConfigSoundByNameListDataType : ConfigEnumListDataType<Sound>
サウンドの種類のリスト。名前から取得する。
ConfigStringListDataType
Link copied to clipboard
object ConfigStringListDataType : ConfigDataType<List<String>>
文字列型のリスト。
ConfigUUIDListDataType
Link copied to clipboard
object ConfigUUIDListDataType : ConfigDataType<List<UUID>>
UUIDのリスト。
ConfigVectorListDataType
Link copied to clipboard
object ConfigVectorListDataType : ConfigDataType<List<Vector>>
ベクトルのリスト。
ConfigWorldListDataType
Link copied to clipboard
object ConfigWorldListDataType : ConfigDataType<List<World>>
ワールドのリスト。