Uses of Enum Class
net.minecraft.aprilfools.RandomizationMode
Packages that use RandomizationMode
-
Uses of RandomizationMode in net.minecraft.aprilfools
Fields in net.minecraft.aprilfools declared as RandomizationModeModifier and TypeFieldDescriptionprivate RandomizationModeWorldEffect.Builder.randomizationModeprivate final RandomizationModeWorldEffect.randomizationModeThe field for therandomizationModerecord component.Methods in net.minecraft.aprilfools that return RandomizationModeModifier and TypeMethodDescriptionWorldEffect.randomizationMode()Returns the value of therandomizationModerecord component.static RandomizationModeReturns the enum constant of this class with the specified name.static RandomizationMode[]RandomizationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.aprilfools with parameters of type RandomizationModeModifierConstructorDescriptionWorldEffect(String string, Text text, Text text2, Text text3, @Nullable Identifier identifier, List<class_11111> list, UnlockMode unlockMode, List<UnlockCondition> list2, List<WorldEffect> list3, int int2, Set<WorldEffectSet> set, Set<WorldEffect> set2, float float2, int int3, RandomizationMode randomizationMode, boolean bool, Consumer<ServerWorld> consumer, Consumer<ServerWorld> consumer2, Consumer<ServerWorld> consumer3)