Uses of Record Class
net.minecraft.block.spawner.TrialSpawnerConfig
Packages that use TrialSpawnerConfig
Package
Description
The base package for all Minecraft classes.
-
Uses of TrialSpawnerConfig in net.minecraft
Fields in net.minecraft with type parameters of type TrialSpawnerConfigModifier and TypeFieldDescriptionprivate final RegistryKey<TrialSpawnerConfig> class_10166.class_10167.normalThe field for thenormalrecord component.private final RegistryKey<TrialSpawnerConfig> class_10166.class_10167.ominousThe field for theominousrecord component.Methods in net.minecraft that return types with arguments of type TrialSpawnerConfigModifier and TypeMethodDescription(package private) static RegistryKey<TrialSpawnerConfig> class_10166.method_63483(String string) class_10166.class_10167.normal()Returns the value of thenormalrecord component.class_10166.class_10167.ominous()Returns the value of theominousrecord component.Methods in net.minecraft with parameters of type TrialSpawnerConfigModifier and TypeMethodDescriptionprivate static voidclass_10166.method_63485(Registerable<TrialSpawnerConfig> registerable, class_10166.class_10167 class_10167, TrialSpawnerConfig trialSpawnerConfig, TrialSpawnerConfig trialSpawnerConfig2) Method parameters in net.minecraft with type arguments of type TrialSpawnerConfigModifier and TypeMethodDescriptionstatic voidclass_10166.method_63484(Registerable<TrialSpawnerConfig> registerable) private static voidclass_10166.method_63485(Registerable<TrialSpawnerConfig> registerable, class_10166.class_10167 class_10167, TrialSpawnerConfig trialSpawnerConfig, TrialSpawnerConfig trialSpawnerConfig2) Constructor parameters in net.minecraft with type arguments of type TrialSpawnerConfigModifierConstructorDescriptionprivateclass_10167(RegistryKey<TrialSpawnerConfig> registryKey, RegistryKey<TrialSpawnerConfig> registryKey2) -
Uses of TrialSpawnerConfig in net.minecraft.block.spawner
Fields in net.minecraft.block.spawner declared as TrialSpawnerConfigFields in net.minecraft.block.spawner with type parameters of type TrialSpawnerConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntry<TrialSpawnerConfig>> TrialSpawnerConfig.CODECstatic final com.mojang.serialization.Codec<TrialSpawnerConfig> TrialSpawnerConfig.field_53980private final RegistryEntry<TrialSpawnerConfig> TrialSpawnerLogic.normalConfigprivate final RegistryEntry<TrialSpawnerConfig> TrialSpawnerLogic.ominousConfigMethods in net.minecraft.block.spawner that return TrialSpawnerConfigModifier and TypeMethodDescriptionTrialSpawnerLogic.getConfig()TrialSpawnerLogic.getNormalConfig()TrialSpawnerLogic.getOminousConfig()TrialSpawnerConfig.class_10165.method_63467()Methods in net.minecraft.block.spawner with parameters of type TrialSpawnerConfigModifier and TypeMethodDescriptionbooleanTrialSpawnerData.canSpawnMore(ServerWorld world, TrialSpawnerConfig config, int additionalPlayers) TrialSpawnerData.getItemsToDropWhenOminous(ServerWorld world, TrialSpawnerConfig config, BlockPos pos) booleanTrialSpawnerData.hasSpawnedAllMobs(TrialSpawnerConfig config, int additionalPlayers) Constructor parameters in net.minecraft.block.spawner with type arguments of type TrialSpawnerConfigModifierConstructorDescriptionTrialSpawnerLogic(RegistryEntry<TrialSpawnerConfig> registryEntry, RegistryEntry<TrialSpawnerConfig> registryEntry2, TrialSpawnerData data, int cooldownLength, int entityDetectionRange, TrialSpawnerLogic.TrialSpawner trialSpawner, EntityDetector entityDetector, EntityDetector.Selector entitySelector) -
Uses of TrialSpawnerConfig in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type TrialSpawnerConfigModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<TrialSpawnerConfig>> RegistryKeys.TRIAL_SPAWNER