Package com. github. syari. spigot. api. config. type. data. list
Types
ConfigCoordinateListDataType
Link copied to clipboard
ConfigEnchantmentByKeyListDataType
Link copied to clipboard
object ConfigEnchantmentByKeyListDataType : ConfigDataType<List<Enchantment>>
Content copied to clipboard
ConfigEnchantmentByNameListDataType
Link copied to clipboard
object ConfigEnchantmentByNameListDataType : ConfigDataType<List<Enchantment>>
Content copied to clipboard
ConfigEntityTypeListDataType
Link copied to clipboard
object ConfigEntityTypeListDataType : ConfigEnumListDataType<EntityType>
Content copied to clipboard
ConfigEnumListDataType
Link copied to clipboard
ConfigItemStackListDataType
Link copied to clipboard
class ConfigItemStackListDataType(itemConverter: ConfigItemConverter) : ConfigDataType<List<ItemStack>>
Content copied to clipboard
アイテムスタックのリスト。ConfigItemConverter を使用して保存・読込を行う。
ConfigLocationListDataType
Link copied to clipboard
ConfigMaterialListDataType
Link copied to clipboard
ConfigParticleListDataType
Link copied to clipboard
ConfigPotionEffectTypeListDataType
Link copied to clipboard
object ConfigPotionEffectTypeListDataType : ConfigDataType<List<PotionEffectType>>
Content copied to clipboard
ConfigSerializableItemStackListDataType
Link copied to clipboard
object ConfigSerializableItemStackListDataType : ConfigDataType<List<ItemStack>>
Content copied to clipboard
ConfigSoundByKeyListDataType
Link copied to clipboard
ConfigSoundByNameListDataType
Link copied to clipboard
ConfigStringListDataType
Link copied to clipboard
ConfigUUIDListDataType
Link copied to clipboard
ConfigVectorListDataType
Link copied to clipboard
ConfigWorldListDataType
Link copied to clipboard