Uses of Class
net.minecraft.loot.operator.BoundedIntUnaryOperator
Packages that use BoundedIntUnaryOperator
Package
Description
-
Uses of BoundedIntUnaryOperator in net.minecraft.loot.condition
Fields in net.minecraft.loot.condition declared as BoundedIntUnaryOperatorModifier and TypeFieldDescriptionprivate BoundedIntUnaryOperator
ValueCheckLootCondition.range
private BoundedIntUnaryOperator
TimeCheckLootCondition.Builder.value
private BoundedIntUnaryOperator
TimeCheckLootCondition.value
Fields in net.minecraft.loot.condition with type parameters of type BoundedIntUnaryOperatorModifier and TypeFieldDescriptionprivate Map<String,BoundedIntUnaryOperator>
EntityScoresLootCondition.Builder.scores
private Map<String,BoundedIntUnaryOperator>
EntityScoresLootCondition.scores
Methods in net.minecraft.loot.condition with parameters of type BoundedIntUnaryOperatorModifier and TypeMethodDescriptionstatic LootCondition.Builder
ValueCheckLootCondition.builder(LootNumberProvider value, BoundedIntUnaryOperator range)
TimeCheckLootCondition.create(BoundedIntUnaryOperator value)
protected boolean
EntityScoresLootCondition.entityScoreIsInRange(LootContext context, Entity entity, Scoreboard scoreboard, String objectiveName, BoundedIntUnaryOperator range)
EntityScoresLootCondition.Builder.score(String name, BoundedIntUnaryOperator value)
Constructors in net.minecraft.loot.condition with parameters of type BoundedIntUnaryOperatorModifierConstructorDescriptionBuilder(BoundedIntUnaryOperator value)
private
TimeCheckLootCondition(@Nullable Long period, BoundedIntUnaryOperator value)
private
ValueCheckLootCondition(LootNumberProvider value, BoundedIntUnaryOperator range)
Constructor parameters in net.minecraft.loot.condition with type arguments of type BoundedIntUnaryOperatorModifierConstructorDescriptionprivate
EntityScoresLootCondition(Map<String,BoundedIntUnaryOperator> scores, LootContext.EntityTarget target)
-
Uses of BoundedIntUnaryOperator in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as BoundedIntUnaryOperatorMethods in net.minecraft.loot.function with parameters of type BoundedIntUnaryOperatorModifier and TypeMethodDescriptionstatic ConditionalLootFunction.Builder<?>
LimitCountLootFunction.builder(BoundedIntUnaryOperator limit)
Constructors in net.minecraft.loot.function with parameters of type BoundedIntUnaryOperatorModifierConstructorDescriptionprivate
LimitCountLootFunction(LootCondition[] conditions, BoundedIntUnaryOperator limit)
-
Uses of BoundedIntUnaryOperator in net.minecraft.loot.operator
Methods in net.minecraft.loot.operator that return BoundedIntUnaryOperatorModifier and TypeMethodDescriptionstatic BoundedIntUnaryOperator
BoundedIntUnaryOperator.create(int value)
static BoundedIntUnaryOperator
BoundedIntUnaryOperator.create(int min, int max)
static BoundedIntUnaryOperator
BoundedIntUnaryOperator.createMax(int max)
static BoundedIntUnaryOperator
BoundedIntUnaryOperator.createMin(int min)
BoundedIntUnaryOperator.Serializer.deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext)
Methods in net.minecraft.loot.operator with parameters of type BoundedIntUnaryOperatorModifier and TypeMethodDescriptionBoundedIntUnaryOperator.Serializer.serialize(BoundedIntUnaryOperator boundedIntUnaryOperator, Type type, JsonSerializationContext jsonSerializationContext)