public class ConfiguredNotify extends cc.carm.lib.configuration.core.value.type.ConfiguredList<NotifyConfig>
| 限定符和类型 | 字段和说明 |
|---|---|
protected @NotNull java.lang.String[] |
params |
static java.util.Set<NotifyType<?>> |
TYPES |
| 构造器和说明 |
|---|
ConfiguredNotify(@NotNull cc.carm.lib.configuration.core.value.ValueManifest<java.util.List<NotifyConfig>> manifest,
@NotNull java.lang.String[] params) |
| 限定符和类型 | 方法和说明 |
|---|---|
static NotifyConfigBuilder |
create() |
java.lang.String[] |
getParams() |
static NotifyType<?> |
getType(@NotNull java.lang.String key) |
@NotNull PreparedNotify |
prepare(java.lang.Object... values) |
void |
send(@NotNull java.lang.Iterable<? extends org.bukkit.entity.Player> players,
java.lang.Object... values) |
void |
send(@NotNull org.bukkit.entity.Player player,
java.lang.Object... values) |
void |
sendAll(java.lang.String... values) |
add, add, addAll, addAll, builderOf, clear, contains, containsAll, copy, get, get, handle, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, modify, of, of, remove, remove, removeAll, retainAll, set, set, size, subList, toArray, toArraygetCachedOrDefault, getCachedOrDefault, getCachedValue, getDefaultFirst, isExpired, updateCachebuilder, getNotNull, getOptional, getOrDefault, initialize, isDefault, setDefault, setDefaultgetConfigPath, getConfiguration, getDefaultValue, getHeaderComments, getInlineComment, getProvider, getValue, initialize, of, of, setDefaultValue, setValuepublic static final java.util.Set<NotifyType<?>> TYPES
@NotNull protected final @NotNull java.lang.String[] params
public ConfiguredNotify(@NotNull
@NotNull cc.carm.lib.configuration.core.value.ValueManifest<java.util.List<NotifyConfig>> manifest,
@NotNull
@NotNull java.lang.String[] params)
public static NotifyConfigBuilder create()
public static NotifyType<?> getType(@NotNull @NotNull java.lang.String key)
public java.lang.String[] getParams()
@NotNull public @NotNull PreparedNotify prepare(@NotNull java.lang.Object... values)
public void send(@NotNull
@NotNull org.bukkit.entity.Player player,
@NotNull
java.lang.Object... values)
public void send(@NotNull
@NotNull java.lang.Iterable<? extends org.bukkit.entity.Player> players,
@NotNull
java.lang.Object... values)
public void sendAll(@NotNull
java.lang.String... values)
Copyright © 2024. All rights reserved.