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 final BoundedIntUnaryOperator
ValueCheckLootCondition.range
The field for therange
record component.private final BoundedIntUnaryOperator
TimeCheckLootCondition.Builder.value
private final BoundedIntUnaryOperator
TimeCheckLootCondition.value
The field for thevalue
record component.Fields in net.minecraft.loot.condition with type parameters of type BoundedIntUnaryOperatorModifier and TypeFieldDescriptionprivate final ImmutableMap.Builder
<String, BoundedIntUnaryOperator> EntityScoresLootCondition.Builder.scores
private final Map
<String, BoundedIntUnaryOperator> EntityScoresLootCondition.scores
The field for thescores
record component.Methods in net.minecraft.loot.condition that return BoundedIntUnaryOperatorModifier and TypeMethodDescriptionValueCheckLootCondition.range()
Returns the value of therange
record component.TimeCheckLootCondition.value()
Returns the value of thevalue
record component.Methods in net.minecraft.loot.condition that return types with arguments of type BoundedIntUnaryOperatorModifier and TypeMethodDescriptionEntityScoresLootCondition.scores()
Returns the value of thescores
record component.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) TimeCheckLootCondition
(Optional<Long> optional, BoundedIntUnaryOperator value) ValueCheckLootCondition
(LootNumberProvider value, BoundedIntUnaryOperator range) Creates an instance of aValueCheckLootCondition
record class.Constructor parameters in net.minecraft.loot.condition with type arguments of type BoundedIntUnaryOperatorModifierConstructorDescriptionEntityScoresLootCondition
(Map<String, BoundedIntUnaryOperator> scores, LootContext.EntityTarget target) -
Uses of BoundedIntUnaryOperator in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as BoundedIntUnaryOperatorModifier and TypeFieldDescriptionprivate final BoundedIntUnaryOperator
LimitCountLootFunction.limit
Methods 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
(List<LootCondition> conditions, BoundedIntUnaryOperator limit) -
Uses of BoundedIntUnaryOperator in net.minecraft.loot.operator
Fields in net.minecraft.loot.operator with type parameters of type BoundedIntUnaryOperatorModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<BoundedIntUnaryOperator> BoundedIntUnaryOperator.CODEC
private static final com.mojang.serialization.Codec
<BoundedIntUnaryOperator> BoundedIntUnaryOperator.OPERATOR_CODEC
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)