Uses of Record Class
net.minecraft.advancements.criterion.MinMaxBounds.Doubles
Packages that use MinMaxBounds.Doubles
Package
Description
-
Uses of MinMaxBounds.Doubles in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion declared as MinMaxBounds.DoublesModifier and TypeFieldDescriptionprivate final MinMaxBounds.DoublesDistancePredicate.absoluteThe field for theabsoluterecord component.static final MinMaxBounds.DoublesMinMaxBounds.Doubles.ANYprivate MinMaxBounds.DoublesDamagePredicate.Builder.dealtDamageprivate final MinMaxBounds.DoublesDamagePredicate.dealtDamageThe field for thedealtDamagerecord component.private final MinMaxBounds.DoublesUsedEnderEyeTrigger.TriggerInstance.distanceThe field for thedistancerecord component.private final MinMaxBounds.DoublesMovementPredicate.fallDistanceThe field for thefallDistancerecord component.private final MinMaxBounds.DoublesDistancePredicate.horizontalThe field for thehorizontalrecord component.private final MinMaxBounds.DoublesMovementPredicate.horizontalSpeedThe field for thehorizontalSpeedrecord component.private MinMaxBounds.DoublesFoodPredicate.Builder.saturationprivate final MinMaxBounds.DoublesFoodPredicate.saturationThe field for thesaturationrecord component.private final MinMaxBounds.DoublesMovementPredicate.speedThe field for thespeedrecord component.private MinMaxBounds.DoublesDamagePredicate.Builder.takenDamageprivate final MinMaxBounds.DoublesDamagePredicate.takenDamageThe field for thetakenDamagerecord component.private final MinMaxBounds.DoublesMovementPredicate.verticalSpeedThe field for theverticalSpeedrecord component.private final MinMaxBounds.DoublesDistancePredicate.xThe field for thexrecord component.private MinMaxBounds.DoublesLocationPredicate.Builder.xprivate final MinMaxBounds.DoublesLocationPredicate.PositionPredicate.xThe field for thexrecord component.private final MinMaxBounds.DoublesMovementPredicate.xThe field for thexrecord component.private final MinMaxBounds.DoublesDistancePredicate.yThe field for theyrecord component.private MinMaxBounds.DoublesLocationPredicate.Builder.yprivate final MinMaxBounds.DoublesLocationPredicate.PositionPredicate.yThe field for theyrecord component.private final MinMaxBounds.DoublesMovementPredicate.yThe field for theyrecord component.private final MinMaxBounds.DoublesDistancePredicate.zThe field for thezrecord component.private MinMaxBounds.DoublesLocationPredicate.Builder.zprivate final MinMaxBounds.DoublesLocationPredicate.PositionPredicate.zThe field for thezrecord component.private final MinMaxBounds.DoublesMovementPredicate.zThe field for thezrecord component.Fields in net.minecraft.advancements.criterion with type parameters of type MinMaxBounds.DoublesModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MinMaxBounds.Doubles> MinMaxBounds.Doubles.CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, MinMaxBounds.Doubles> MinMaxBounds.Doubles.STREAM_CODECMethods in net.minecraft.advancements.criterion that return MinMaxBounds.DoublesModifier and TypeMethodDescriptionDistancePredicate.absolute()Returns the value of theabsoluterecord component.static MinMaxBounds.DoublesMinMaxBounds.Doubles.atLeast(double value) static MinMaxBounds.DoublesMinMaxBounds.Doubles.atMost(double value) static MinMaxBounds.DoublesMinMaxBounds.Doubles.between(double min, double max) DamagePredicate.dealtDamage()Returns the value of thedealtDamagerecord component.UsedEnderEyeTrigger.TriggerInstance.distance()Returns the value of thedistancerecord component.static MinMaxBounds.DoublesMinMaxBounds.Doubles.exactly(double value) MovementPredicate.fallDistance()Returns the value of thefallDistancerecord component.static MinMaxBounds.DoublesMinMaxBounds.Doubles.fromReader(com.mojang.brigadier.StringReader reader) DistancePredicate.horizontal()Returns the value of thehorizontalrecord component.MovementPredicate.horizontalSpeed()Returns the value of thehorizontalSpeedrecord component.FoodPredicate.saturation()Returns the value of thesaturationrecord component.MovementPredicate.speed()Returns the value of thespeedrecord component.DamagePredicate.takenDamage()Returns the value of thetakenDamagerecord component.MovementPredicate.verticalSpeed()Returns the value of theverticalSpeedrecord component.DistancePredicate.x()Returns the value of thexrecord component.LocationPredicate.PositionPredicate.x()Returns the value of thexrecord component.MovementPredicate.x()Returns the value of thexrecord component.DistancePredicate.y()Returns the value of theyrecord component.LocationPredicate.PositionPredicate.y()Returns the value of theyrecord component.MovementPredicate.y()Returns the value of theyrecord component.DistancePredicate.z()Returns the value of thezrecord component.LocationPredicate.PositionPredicate.z()Returns the value of thezrecord component.MovementPredicate.z()Returns the value of thezrecord component.Methods in net.minecraft.advancements.criterion with parameters of type MinMaxBounds.DoublesModifier and TypeMethodDescriptionstatic DistancePredicateDistancePredicate.absolute(MinMaxBounds.Doubles absolute) static LocationPredicate.BuilderLocationPredicate.Builder.atYLocation(MinMaxBounds.Doubles yLocation) DamagePredicate.Builder.dealtDamage(MinMaxBounds.Doubles dealtDamage) static MovementPredicateMovementPredicate.fallDistance(MinMaxBounds.Doubles bounds) static DistancePredicateDistancePredicate.horizontal(MinMaxBounds.Doubles horizontal) static MovementPredicateMovementPredicate.horizontalSpeed(MinMaxBounds.Doubles bounds) private static Optional<LocationPredicate.PositionPredicate> LocationPredicate.PositionPredicate.of(MinMaxBounds.Doubles x, MinMaxBounds.Doubles y, MinMaxBounds.Doubles z) LocationPredicate.Builder.setX(MinMaxBounds.Doubles x) LocationPredicate.Builder.setY(MinMaxBounds.Doubles y) LocationPredicate.Builder.setZ(MinMaxBounds.Doubles z) static MovementPredicateMovementPredicate.speed(MinMaxBounds.Doubles bounds) DamagePredicate.Builder.takenDamage(MinMaxBounds.Doubles takenDamage) static DistancePredicateDistancePredicate.vertical(MinMaxBounds.Doubles y) static MovementPredicateMovementPredicate.verticalSpeed(MinMaxBounds.Doubles bounds) FoodPredicate.Builder.withSaturation(MinMaxBounds.Doubles saturation) Constructors in net.minecraft.advancements.criterion with parameters of type MinMaxBounds.DoublesModifierConstructorDescriptionDamagePredicate(MinMaxBounds.Doubles dealtDamage, MinMaxBounds.Doubles takenDamage, Optional<EntityPredicate> sourceEntity, Optional<Boolean> blocked, Optional<DamageSourcePredicate> type) Creates an instance of aDamagePredicaterecord class.DistancePredicate(MinMaxBounds.Doubles x, MinMaxBounds.Doubles y, MinMaxBounds.Doubles z, MinMaxBounds.Doubles horizontal, MinMaxBounds.Doubles absolute) Creates an instance of aDistancePredicaterecord class.FoodPredicate(MinMaxBounds.Ints level, MinMaxBounds.Doubles saturation) Creates an instance of aFoodPredicaterecord class.MovementPredicate(MinMaxBounds.Doubles x, MinMaxBounds.Doubles y, MinMaxBounds.Doubles z, MinMaxBounds.Doubles speed, MinMaxBounds.Doubles horizontalSpeed, MinMaxBounds.Doubles verticalSpeed, MinMaxBounds.Doubles fallDistance) Creates an instance of aMovementPredicaterecord class.privateCreates an instance of aPositionPredicaterecord class.TriggerInstance(Optional<ContextAwarePredicate> player, MinMaxBounds.Doubles distance) Creates an instance of aTriggerInstancerecord class. -
Uses of MinMaxBounds.Doubles in net.minecraft.commands.arguments
Classes in net.minecraft.commands.arguments that implement interfaces with type arguments of type MinMaxBounds.DoublesMethods in net.minecraft.commands.arguments that return MinMaxBounds.DoublesModifier and TypeMethodDescriptionstatic MinMaxBounds.DoublesRangeArgument.Floats.getRange(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name) RangeArgument.Floats.parse(com.mojang.brigadier.StringReader reader) -
Uses of MinMaxBounds.Doubles in net.minecraft.commands.arguments.selector
Fields in net.minecraft.commands.arguments.selector declared as MinMaxBounds.DoublesModifier and TypeFieldDescriptionprivate @Nullable MinMaxBounds.DoublesEntitySelectorParser.distanceprivate final @Nullable MinMaxBounds.DoublesEntitySelector.rangeMethods in net.minecraft.commands.arguments.selector that return MinMaxBounds.DoublesModifier and TypeMethodDescription@Nullable MinMaxBounds.DoublesEntitySelectorParser.getDistance()Methods in net.minecraft.commands.arguments.selector with parameters of type MinMaxBounds.DoublesModifier and TypeMethodDescriptionvoidEntitySelectorParser.setDistance(MinMaxBounds.Doubles distance) Constructors in net.minecraft.commands.arguments.selector with parameters of type MinMaxBounds.DoublesModifierConstructorDescriptionEntitySelector(int maxResults, boolean includesEntities, boolean worldLimited, List<Predicate<Entity>> contextFreePredicates, @Nullable MinMaxBounds.Doubles range, Function<Vec3, Vec3> position, @Nullable AABB aabb, BiConsumer<Vec3, List<? extends Entity>> order, boolean currentEntity, @Nullable String playerName, @Nullable UUID entityUUID, @Nullable EntityType<?> type, boolean usesSelector) -
Uses of MinMaxBounds.Doubles in net.minecraft.core.component.predicates
Fields in net.minecraft.core.component.predicates declared as MinMaxBounds.DoublesModifier and TypeFieldDescriptionprivate final MinMaxBounds.DoublesAttributeModifiersPredicate.EntryPredicate.amountThe field for theamountrecord component.Methods in net.minecraft.core.component.predicates that return MinMaxBounds.DoublesModifier and TypeMethodDescriptionAttributeModifiersPredicate.EntryPredicate.amount()Returns the value of theamountrecord component.Constructors in net.minecraft.core.component.predicates with parameters of type MinMaxBounds.DoublesModifierConstructorDescriptionEntryPredicate(Optional<HolderSet<Attribute>> attribute, Optional<Identifier> id, MinMaxBounds.Doubles amount, Optional<AttributeModifier.Operation> operation, Optional<EquipmentSlotGroup> slot) Creates an instance of aEntryPredicaterecord class. -
Uses of MinMaxBounds.Doubles in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type MinMaxBounds.DoublesModifier and TypeMethodDescriptionprivate static booleanExecuteCommand.checkStopwatch(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, MinMaxBounds.Doubles range) -
Uses of MinMaxBounds.Doubles in net.minecraft.world.entity.variant
Fields in net.minecraft.world.entity.variant declared as MinMaxBounds.DoublesModifier and TypeFieldDescriptionprivate final MinMaxBounds.DoublesMoonBrightnessCheck.rangeThe field for therangerecord component.Methods in net.minecraft.world.entity.variant that return MinMaxBounds.DoublesModifier and TypeMethodDescriptionMoonBrightnessCheck.range()Returns the value of therangerecord component.Constructors in net.minecraft.world.entity.variant with parameters of type MinMaxBounds.DoublesModifierConstructorDescriptionCreates an instance of aMoonBrightnessCheckrecord class.