Uses of Class
net.minecraft.advancements.critereon.MinMaxBounds.Doubles
Packages that use MinMaxBounds.Doubles
Package
Description
-
Uses of MinMaxBounds.Doubles in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon declared as MinMaxBounds.DoublesModifier and TypeFieldDescriptionprivate MinMaxBounds.DoublesDistancePredicate.absolutestatic MinMaxBounds.DoublesMinMaxBounds.Doubles.ANYprivate MinMaxBounds.DoublesDamagePredicate.Builder.dealtDamageprivate MinMaxBounds.DoublesDamagePredicate.dealtDamageprivate MinMaxBounds.DoublesDistancePredicate.horizontalprivate MinMaxBounds.DoublesUsedEnderEyeTrigger.TriggerInstance.levelprivate MinMaxBounds.DoublesDamagePredicate.Builder.takenDamageprivate MinMaxBounds.DoublesDamagePredicate.takenDamageprivate MinMaxBounds.DoublesDistancePredicate.xprivate MinMaxBounds.DoublesLocationPredicate.Builder.xprivate MinMaxBounds.DoublesLocationPredicate.xprivate MinMaxBounds.DoublesDistancePredicate.yprivate MinMaxBounds.DoublesLocationPredicate.Builder.yprivate MinMaxBounds.DoublesLocationPredicate.yprivate MinMaxBounds.DoublesDistancePredicate.zprivate MinMaxBounds.DoublesLocationPredicate.Builder.zprivate MinMaxBounds.DoublesLocationPredicate.zMethods in net.minecraft.advancements.critereon that return MinMaxBounds.DoublesModifier and TypeMethodDescriptionstatic MinMaxBounds.DoublesMinMaxBounds.Doubles.atLeast(double p_154805_)static MinMaxBounds.DoublesMinMaxBounds.Doubles.atMost(double p_154809_)static MinMaxBounds.DoublesMinMaxBounds.Doubles.between(double p_154789_, double p_154790_)private static MinMaxBounds.DoublesMinMaxBounds.Doubles.create(com.mojang.brigadier.StringReader p_154796_, Double p_154797_, Double p_154798_)static MinMaxBounds.DoublesMinMaxBounds.Doubles.exactly(double p_154787_)static MinMaxBounds.DoublesMinMaxBounds.Doubles.fromJson(com.google.gson.JsonElement p_154792_)static MinMaxBounds.DoublesMinMaxBounds.Doubles.fromReader(com.mojang.brigadier.StringReader p_154794_)static MinMaxBounds.DoublesMinMaxBounds.Doubles.fromReader(com.mojang.brigadier.StringReader p_154800_, Function<Double,Double> p_154801_)Methods in net.minecraft.advancements.critereon with parameters of type MinMaxBounds.DoublesModifier and TypeMethodDescriptionstatic DistancePredicateDistancePredicate.absolute(MinMaxBounds.Doubles p_148841_)DamagePredicate.Builder.dealtDamage(MinMaxBounds.Doubles p_148146_)static DistancePredicateDistancePredicate.horizontal(MinMaxBounds.Doubles p_148837_)LocationPredicate.Builder.setX(MinMaxBounds.Doubles p_153971_)LocationPredicate.Builder.setY(MinMaxBounds.Doubles p_153975_)LocationPredicate.Builder.setZ(MinMaxBounds.Doubles p_153979_)DamagePredicate.Builder.takenDamage(MinMaxBounds.Doubles p_148148_)static DistancePredicateDistancePredicate.vertical(MinMaxBounds.Doubles p_148839_)Constructors in net.minecraft.advancements.critereon with parameters of type MinMaxBounds.DoublesModifierConstructorDescriptionDamagePredicate(MinMaxBounds.Doubles p_24911_, MinMaxBounds.Doubles p_24912_, EntityPredicate p_24913_, Boolean p_24914_, DamageSourcePredicate p_24915_)DistancePredicate(MinMaxBounds.Doubles p_26249_, MinMaxBounds.Doubles p_26250_, MinMaxBounds.Doubles p_26251_, MinMaxBounds.Doubles p_26252_, MinMaxBounds.Doubles p_26253_)LocationPredicate(MinMaxBounds.Doubles p_52606_, MinMaxBounds.Doubles p_52607_, MinMaxBounds.Doubles p_52608_, ResourceKey<Biome> p_52609_, StructureFeature<?> p_52610_, ResourceKey<Level> p_52611_, Boolean p_52612_, LightPredicate p_52613_, BlockPredicate p_52614_, FluidPredicate p_52615_)TriggerInstance(EntityPredicate.Composite p_73949_, MinMaxBounds.Doubles p_73950_) -
Uses of MinMaxBounds.Doubles in net.minecraft.commands.arguments
Methods in net.minecraft.commands.arguments that return MinMaxBounds.DoublesModifier and TypeMethodDescriptionstatic MinMaxBounds.DoublesRangeArgument.Floats.getRange(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_170805_, String p_170806_)RangeArgument.Floats.parse(com.mojang.brigadier.StringReader p_170803_) -
Uses of MinMaxBounds.Doubles in net.minecraft.commands.arguments.selector
Fields in net.minecraft.commands.arguments.selector declared as MinMaxBounds.DoublesModifier and TypeFieldDescriptionprivate MinMaxBounds.DoublesEntitySelectorParser.distanceprivate MinMaxBounds.DoublesEntitySelector.rangeMethods in net.minecraft.commands.arguments.selector that return MinMaxBounds.DoublesMethods in net.minecraft.commands.arguments.selector with parameters of type MinMaxBounds.DoublesModifier and TypeMethodDescriptionvoidEntitySelectorParser.setDistance(MinMaxBounds.Doubles p_175128_)Constructors in net.minecraft.commands.arguments.selector with parameters of type MinMaxBounds.DoublesModifierConstructorDescriptionEntitySelector(int p_121125_, boolean p_121126_, boolean p_121127_, Predicate<Entity> p_121128_, MinMaxBounds.Doubles p_121129_, Function<Vec3,Vec3> p_121130_, AABB p_121131_, BiConsumer<Vec3,List<? extends Entity>> p_121132_, boolean p_121133_, String p_121134_, UUID p_121135_, EntityType<?> p_121136_, boolean p_121137_)