Uses of Record Class
net.minecraft.world.attribute.BedRule
Packages that use BedRule
Package
Description
-
Uses of BedRule in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type BedRuleModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<Player.BedSleepingProblem, Unit> ServerPlayer.startSleepInBed(AbstractBedBlock bedBlock, BlockState bedBlockState, BedRule rule, BlockPos pos) -
Uses of BedRule in net.minecraft.world.attribute
Fields in net.minecraft.world.attribute declared as BedRuleModifier and TypeFieldDescriptionstatic final BedRuleBedRule.CAN_SLEEP_WHEN_DARKstatic final BedRuleBedRule.DESTROY_ON_LEAVEstatic final BedRuleBedRule.DESTROY_ON_USEFields in net.minecraft.world.attribute with type parameters of type BedRuleModifier and TypeFieldDescriptionstatic final AttributeType<BedRule> AttributeTypes.BED_RULEstatic final EnvironmentAttribute<BedRule> EnvironmentAttributes.BED_RULEstatic final com.mojang.serialization.Codec<BedRule> BedRule.CODECstatic final EnvironmentAttribute<BedRule> EnvironmentAttributes.STRAW_BED_RULE -
Uses of BedRule in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type BedRuleModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<Player.BedSleepingProblem, Unit> Player.startSleepInBed(AbstractBedBlock bedBlock, BlockState bedBlockState, BedRule rule, BlockPos pos) -
Uses of BedRule in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block that return BedRuleMethods in net.minecraft.world.level.block that return types with arguments of type BedRuleModifier and TypeMethodDescriptionprotected abstract EnvironmentAttribute<BedRule> AbstractBedBlock.getBedEnvironmentAttribute()protected EnvironmentAttribute<BedRule> BedBlock.getBedEnvironmentAttribute()protected EnvironmentAttribute<BedRule> StrawBedBlock.getBedEnvironmentAttribute()