Uses of Enum Class
net.minecraft.aprilfools.UnlockMode
Packages that use UnlockMode
-
Uses of UnlockMode in net.minecraft.aprilfools
Fields in net.minecraft.aprilfools declared as UnlockModeModifier and TypeFieldDescriptionprivate UnlockModeWorldEffect.Builder.unlockModeprivate final UnlockModeWorldEffect.unlockModeThe field for theunlockModerecord component.Methods in net.minecraft.aprilfools that return UnlockModeModifier and TypeMethodDescriptionWorldEffect.unlockMode()Returns the value of theunlockModerecord component.static UnlockModeReturns the enum constant of this class with the specified name.static UnlockMode[]UnlockMode.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 UnlockModeModifierConstructorDescriptionWorldEffect(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)