Package de.mrjulsen.dragnsounds.config
Klasse CommonConfig
java.lang.Object
de.mrjulsen.dragnsounds.config.CommonConfig
-
Feldübersicht
Modifizierer und TypFeldBeschreibungstatic final net.minecraftforge.common.ForgeConfigSpec.ConfigValue
<Boolean> static final net.minecraftforge.common.ForgeConfigSpec.ConfigValue
<Boolean> static final net.minecraftforge.common.ForgeConfigSpec.Builder
static final net.minecraftforge.common.ForgeConfigSpec.ConfigValue
<Integer> static final net.minecraftforge.common.ForgeConfigSpec.ConfigValue
<Long> static final net.minecraftforge.common.ForgeConfigSpec.ConfigValue
<Long> static final int
static final net.minecraftforge.common.ForgeConfigSpec.ConfigValue
<Long> static final net.minecraftforge.common.ForgeConfigSpec.ConfigValue
<Integer> static final net.minecraftforge.common.ForgeConfigSpec
static final net.minecraftforge.common.ForgeConfigSpec.ConfigValue
<Integer> -
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic de.mrjulsen.mcdragonlib.data.StatusResult
checkAudioPermissions
(SoundFile file, UUID player) static de.mrjulsen.mcdragonlib.data.StatusResult
checkFilePermissions
(int fileSize, net.minecraft.server.level.ServerPlayer player)
-
Felddetails
-
BUILDER
public static final net.minecraftforge.common.ForgeConfigSpec.Builder BUILDER -
SPEC
public static final net.minecraftforge.common.ForgeConfigSpec SPEC -
ADVANCED_LOGGING
-
USE_SOUND_COMMAND_PERMISSION
public static final net.minecraftforge.common.ForgeConfigSpec.ConfigValue<Integer> USE_SOUND_COMMAND_PERMISSION -
MANAGE_SOUND_COMMAND_PERMISSION
public static final net.minecraftforge.common.ForgeConfigSpec.ConfigValue<Integer> MANAGE_SOUND_COMMAND_PERMISSION -
AUTO_CLEANUP
-
MAX_FILES_PER_USER
public static final net.minecraftforge.common.ForgeConfigSpec.ConfigValue<Integer> MAX_FILES_PER_USER -
MAX_FILE_STORAGE_SPACE
public static final net.minecraftforge.common.ForgeConfigSpec.ConfigValue<Long> MAX_FILE_STORAGE_SPACE -
MAX_FILE_SIZE
-
MAX_AUDIO_DURATION
-
MAX_FILE_SIZE_BYTES
public static final int MAX_FILE_SIZE_BYTES- Siehe auch:
-
-
Konstruktordetails
-
CommonConfig
public CommonConfig()
-
-
Methodendetails
-
checkFilePermissions
public static de.mrjulsen.mcdragonlib.data.StatusResult checkFilePermissions(int fileSize, net.minecraft.server.level.ServerPlayer player) -
checkAudioPermissions
-