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.IntBound
MobEffectsPredicate.InstancePredicate. amplifier
static MinMaxBounds.IntBound
MinMaxBounds.IntBound. ANY
private MinMaxBounds.IntBound
LightPredicate. composite
private MinMaxBounds.IntBound
ItemPredicate.Builder. count
private MinMaxBounds.IntBound
ItemPredicate. count
private MinMaxBounds.IntBound
ItemDurabilityTrigger.Instance. delta
private MinMaxBounds.IntBound
ItemDurabilityTrigger.Instance. durability
private MinMaxBounds.IntBound
ItemPredicate.Builder. durability
private MinMaxBounds.IntBound
ItemPredicate. durability
private MinMaxBounds.IntBound
LevitationTrigger.Instance. duration
private MinMaxBounds.IntBound
MobEffectsPredicate.InstancePredicate. duration
private MinMaxBounds.IntBound
ConstructBeaconTrigger.Instance. level
private MinMaxBounds.IntBound
EnchantmentPredicate. level
private MinMaxBounds.IntBound
PlayerPredicate.Default. level
private MinMaxBounds.IntBound
PlayerPredicate. level
private MinMaxBounds.IntBound
EnchantedItemTrigger.Instance. levels
private MinMaxBounds.IntBound
BeeNestDestroyedTrigger.Instance. numBees
private MinMaxBounds.IntBound
TargetHitTrigger.Instance. signalStrength
private MinMaxBounds.IntBound
InventoryChangeTrigger.Instance. slotsEmpty
private MinMaxBounds.IntBound
InventoryChangeTrigger.Instance. slotsFull
private MinMaxBounds.IntBound
InventoryChangeTrigger.Instance. slotsOccupied
private MinMaxBounds.IntBound
KilledByCrossbowTrigger.Instance. uniqueEntityTypes
Fields 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. stats
private java.util.Map<Stat<?>,MinMaxBounds.IntBound>
PlayerPredicate. stats
Methods in net.minecraft.advancements.criterion that return MinMaxBounds.IntBound Modifier and Type Method Description static MinMaxBounds.IntBound
MinMaxBounds.IntBound. atLeast(int p_211340_0_)
private static MinMaxBounds.IntBound
MinMaxBounds.IntBound. create(com.mojang.brigadier.StringReader p_211338_0_, java.lang.Integer p_211338_1_, java.lang.Integer p_211338_2_)
static MinMaxBounds.IntBound
MinMaxBounds.IntBound. exactly(int p_211345_0_)
static MinMaxBounds.IntBound
MinMaxBounds.IntBound. fromJson(com.google.gson.JsonElement p_211344_0_)
static MinMaxBounds.IntBound
MinMaxBounds.IntBound. fromReader(com.mojang.brigadier.StringReader p_211342_0_)
static MinMaxBounds.IntBound
MinMaxBounds.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.Instance
ItemDurabilityTrigger.Instance. changedDurability(EntityPredicate.AndPredicate p_234816_0_, ItemPredicate p_234816_1_, MinMaxBounds.IntBound p_234816_2_)
static ConstructBeaconTrigger.Instance
ConstructBeaconTrigger.Instance. constructedBeacon(MinMaxBounds.IntBound p_203912_0_)
static KilledByCrossbowTrigger.Instance
KilledByCrossbowTrigger.Instance. crossbowKilled(MinMaxBounds.IntBound p_215117_0_)
static BeeNestDestroyedTrigger.Instance
BeeNestDestroyedTrigger.Instance. destroyedBeeNest(Block p_226229_0_, ItemPredicate.Builder p_226229_1_, MinMaxBounds.IntBound p_226229_2_)
static TargetHitTrigger.Instance
TargetHitTrigger.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.IntBound
EntitySelectorParser. level
Methods in net.minecraft.command.arguments that return MinMaxBounds.IntBound Modifier and Type Method Description MinMaxBounds.IntBound
EntitySelectorParser. getLevel()
static MinMaxBounds.IntBound
IRangeArgument.IntRange. getRange(com.mojang.brigadier.context.CommandContext<CommandSource> p_211372_0_, java.lang.String p_211372_1_)
MinMaxBounds.IntBound
IRangeArgument.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 void
EntitySelectorParser. 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 boolean
ExecuteCommand. checkScore(com.mojang.brigadier.context.CommandContext<CommandSource> p_201115_0_, MinMaxBounds.IntBound p_201115_1_)
-