Uses of Enum Class
dev.wyck.wrapper.environment.BedRule.Rule
Packages that use BedRule.Rule
-
Uses of BedRule.Rule in dev.wyck.wrapper.environment
Subclasses with type arguments of type BedRule.Rule in dev.wyck.wrapper.environmentModifier and TypeClassDescriptionstatic enumAn enum representing the rules for bed usage in an environment.Classes in dev.wyck.wrapper.environment that implement interfaces with type arguments of type BedRule.RuleModifier and TypeClassDescriptionstatic enumAn enum representing the rules for bed usage in an environment.Fields in dev.wyck.wrapper.environment with type parameters of type BedRule.RuleModifier and TypeFieldDescriptionstatic final KeyedEnumTranslator<BedRule.Rule> BedRule.Rule.TRANSLATORMethods in dev.wyck.wrapper.environment that return BedRule.RuleModifier and TypeMethodDescriptionBedRule.canSetSpawn()Gets the rule for setting the spawn point using the bed.BedRule.canSleep()Gets the rule for sleeping in the bed.static BedRule.RuleReturns the enum constant of this class with the specified name.static BedRule.Rule[]BedRule.Rule.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.wrapper.environment that return types with arguments of type BedRule.RuleMethods in dev.wyck.wrapper.environment with parameters of type BedRule.RuleModifier and TypeMethodDescriptionstatic BedRuleBedRule.of(BedRule.Rule canSleep, BedRule.Rule canSetSpawn, boolean explodes, @Nullable Component errorMessage) Creates a new BedRule instance.BedRule.Builder.setCanSetSpawn(BedRule.Rule canSetSpawn) Sets the rule for setting the spawn point using the bed.BedRule.Builder.setCanSleep(BedRule.Rule canSleep) Sets the rule for sleeping in the bed.