Uses of Interface
dev.wyck.wrapper.environment.BedRule
Packages that use BedRule
-
Uses of BedRule in dev.wyck.wrapper.environment
Fields in dev.wyck.wrapper.environment with type parameters of type BedRuleMethods in dev.wyck.wrapper.environment that return BedRuleModifier and TypeMethodDescriptionBedRule.Builder.build()Builds the BedRule instance.static BedRuleBedRule.of(BedRule.Rule canSleep, BedRule.Rule canSetSpawn, boolean explodes, @Nullable Component errorMessage) Creates a new BedRule instance.Constructors in dev.wyck.wrapper.environment with parameters of type BedRule -
Uses of BedRule in dev.wyck.wrapper.environment.attribute
Fields in dev.wyck.wrapper.environment.attribute with type parameters of type BedRuleModifier and TypeFieldDescriptionstatic final EnvironmentAttributeSupplier<BedRule> EnvironmentAttributes.BED_RULEControls behavior of interacting with beds.