Uses of Class
net.minecraft.advancements.criterion.MinMaxBounds.IntBound
-
Packages that use MinMaxBounds.IntBound Package Description net.minecraft.advancements.criterion net.minecraft.command.arguments net.minecraft.command.impl -
-
Uses of MinMaxBounds.IntBound in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion declared as MinMaxBounds.IntBound Modifier and Type Field Description private MinMaxBounds.IntBoundMobEffectsPredicate.InstancePredicate. amplifierstatic MinMaxBounds.IntBoundMinMaxBounds.IntBound. ANYprivate MinMaxBounds.IntBoundLightPredicate. compositeprivate MinMaxBounds.IntBoundItemPredicate.Builder. countprivate MinMaxBounds.IntBoundItemPredicate. countprivate MinMaxBounds.IntBoundItemDurabilityTrigger.Instance. deltaprivate MinMaxBounds.IntBoundItemDurabilityTrigger.Instance. durabilityprivate MinMaxBounds.IntBoundItemPredicate.Builder. durabilityprivate MinMaxBounds.IntBoundItemPredicate. durabilityprivate MinMaxBounds.IntBoundLevitationTrigger.Instance. durationprivate MinMaxBounds.IntBoundMobEffectsPredicate.InstancePredicate. durationprivate MinMaxBounds.IntBoundConstructBeaconTrigger.Instance. levelprivate MinMaxBounds.IntBoundEnchantmentPredicate. levelprivate MinMaxBounds.IntBoundPlayerPredicate.Default. levelprivate MinMaxBounds.IntBoundPlayerPredicate. levelprivate MinMaxBounds.IntBoundEnchantedItemTrigger.Instance. levelsprivate MinMaxBounds.IntBoundBeeNestDestroyedTrigger.Instance. numBeesprivate MinMaxBounds.IntBoundTargetHitTrigger.Instance. signalStrengthprivate MinMaxBounds.IntBoundInventoryChangeTrigger.Instance. slotsEmptyprivate MinMaxBounds.IntBoundInventoryChangeTrigger.Instance. slotsFullprivate MinMaxBounds.IntBoundInventoryChangeTrigger.Instance. slotsOccupiedprivate MinMaxBounds.IntBoundKilledByCrossbowTrigger.Instance. uniqueEntityTypesFields in net.minecraft.advancements.criterion with type parameters of type MinMaxBounds.IntBound Modifier and Type Field Description private java.util.Map<Stat<?>,MinMaxBounds.IntBound>PlayerPredicate.Default. statsprivate java.util.Map<Stat<?>,MinMaxBounds.IntBound>PlayerPredicate. statsMethods in net.minecraft.advancements.criterion that return MinMaxBounds.IntBound Modifier and Type Method Description static MinMaxBounds.IntBoundMinMaxBounds.IntBound. atLeast(int p_211340_0_)private static MinMaxBounds.IntBoundMinMaxBounds.IntBound. create(com.mojang.brigadier.StringReader p_211338_0_, java.lang.Integer p_211338_1_, java.lang.Integer p_211338_2_)static MinMaxBounds.IntBoundMinMaxBounds.IntBound. exactly(int p_211345_0_)static MinMaxBounds.IntBoundMinMaxBounds.IntBound. fromJson(com.google.gson.JsonElement p_211344_0_)static MinMaxBounds.IntBoundMinMaxBounds.IntBound. fromReader(com.mojang.brigadier.StringReader p_211342_0_)static MinMaxBounds.IntBoundMinMaxBounds.IntBound. fromReader(com.mojang.brigadier.StringReader p_211341_0_, java.util.function.Function<java.lang.Integer,java.lang.Integer> p_211341_1_)Methods in net.minecraft.advancements.criterion with parameters of type MinMaxBounds.IntBound Modifier and Type Method Description static ItemDurabilityTrigger.InstanceItemDurabilityTrigger.Instance. changedDurability(EntityPredicate.AndPredicate p_234816_0_, ItemPredicate p_234816_1_, MinMaxBounds.IntBound p_234816_2_)static ConstructBeaconTrigger.InstanceConstructBeaconTrigger.Instance. constructedBeacon(MinMaxBounds.IntBound p_203912_0_)static KilledByCrossbowTrigger.InstanceKilledByCrossbowTrigger.Instance. crossbowKilled(MinMaxBounds.IntBound p_215117_0_)static BeeNestDestroyedTrigger.InstanceBeeNestDestroyedTrigger.Instance. destroyedBeeNest(Block p_226229_0_, ItemPredicate.Builder p_226229_1_, MinMaxBounds.IntBound p_226229_2_)static TargetHitTrigger.InstanceTargetHitTrigger.Instance. targetHit(MinMaxBounds.IntBound p_236354_0_, EntityPredicate.AndPredicate p_236354_1_)Constructor parameters in net.minecraft.advancements.criterion with type arguments of type MinMaxBounds.IntBound Constructor Description PlayerPredicate(MinMaxBounds.IntBound p_i225770_1_, GameType p_i225770_2_, java.util.Map<Stat<?>,MinMaxBounds.IntBound> p_i225770_3_, it.unimi.dsi.fastutil.objects.Object2BooleanMap<ResourceLocation> p_i225770_4_, java.util.Map<ResourceLocation,PlayerPredicate.IAdvancementPredicate> p_i225770_5_) -
Uses of MinMaxBounds.IntBound in net.minecraft.command.arguments
Fields in net.minecraft.command.arguments declared as MinMaxBounds.IntBound Modifier and Type Field Description private MinMaxBounds.IntBoundEntitySelectorParser. levelMethods in net.minecraft.command.arguments that return MinMaxBounds.IntBound Modifier and Type Method Description MinMaxBounds.IntBoundEntitySelectorParser. getLevel()static MinMaxBounds.IntBoundIRangeArgument.IntRange. getRange(com.mojang.brigadier.context.CommandContext<CommandSource> p_211372_0_, java.lang.String p_211372_1_)MinMaxBounds.IntBoundIRangeArgument.IntRange. parse(com.mojang.brigadier.StringReader p_parse_1_)Methods in net.minecraft.command.arguments with parameters of type MinMaxBounds.IntBound Modifier and Type Method Description voidEntitySelectorParser. setLevel(MinMaxBounds.IntBound p_197399_1_) -
Uses of MinMaxBounds.IntBound in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type MinMaxBounds.IntBound Modifier and Type Method Description private static booleanExecuteCommand. checkScore(com.mojang.brigadier.context.CommandContext<CommandSource> p_201115_0_, MinMaxBounds.IntBound p_201115_1_)
-