public class SoundConfigBuilder extends AbstractCraftBuilder<SoundConfig,SoundConfigBuilder>
构造器和说明 |
---|
SoundConfigBuilder() |
限定符和类型 | 方法和说明 |
---|---|
@NotNull ConfiguredSound |
build() |
@NotNull SoundConfigBuilder |
defaults(@NotNull org.bukkit.Sound sound) |
@NotNull SoundConfigBuilder |
defaults(@NotNull org.bukkit.Sound sound,
float volume) |
@NotNull SoundConfigBuilder |
defaults(@NotNull org.bukkit.Sound sound,
float volume,
float pitch) |
@NotNull SoundConfigBuilder |
defaults(@NotNull java.lang.String soundName) |
@NotNull SoundConfigBuilder |
defaults(@NotNull java.lang.String soundName,
float volume) |
@NotNull SoundConfigBuilder |
defaults(@NotNull java.lang.String soundName,
float volume,
float pitch) |
protected @NotNull SoundConfigBuilder |
getThis() |
@NotNull public @NotNull SoundConfigBuilder defaults(@NotNull @NotNull org.bukkit.Sound sound, float volume, float pitch)
@NotNull public @NotNull SoundConfigBuilder defaults(@NotNull @NotNull org.bukkit.Sound sound, float volume)
@NotNull public @NotNull SoundConfigBuilder defaults(@NotNull @NotNull org.bukkit.Sound sound)
@NotNull public @NotNull SoundConfigBuilder defaults(@NotNull @NotNull java.lang.String soundName, float volume, float pitch)
@NotNull public @NotNull SoundConfigBuilder defaults(@NotNull @NotNull java.lang.String soundName, float volume)
@NotNull public @NotNull SoundConfigBuilder defaults(@NotNull @NotNull java.lang.String soundName)
@NotNull protected @NotNull SoundConfigBuilder getThis()
getThis
在类中 cc.carm.lib.configuration.core.builder.AbstractConfigBuilder<SoundConfig,SoundConfigBuilder,CraftConfigProvider>
@NotNull public @NotNull ConfiguredSound build()
build
在类中 cc.carm.lib.configuration.core.builder.AbstractConfigBuilder<SoundConfig,SoundConfigBuilder,CraftConfigProvider>
Copyright © 2024. All rights reserved.