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