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 TypeFieldDescription(package private) final BoundedIntUnaryOperator
ValueCheckLootCondition.range
private final BoundedIntUnaryOperator
TimeCheckLootCondition.Builder.value
(package private) final BoundedIntUnaryOperator
TimeCheckLootCondition.value
Fields in net.minecraft.loot.condition with type parameters of type BoundedIntUnaryOperatorModifier and TypeFieldDescriptionprivate final Map<String,
BoundedIntUnaryOperator> EntityScoresLootCondition.Builder.scores
(package private) final 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) (package private)
TimeCheckLootCondition
(@Nullable Long period, BoundedIntUnaryOperator value) (package private)
ValueCheckLootCondition
(LootNumberProvider value, BoundedIntUnaryOperator range) Constructor parameters in net.minecraft.loot.condition with type arguments of type BoundedIntUnaryOperatorModifierConstructorDescription(package private)
EntityScoresLootCondition
(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 TypeFieldDescription(package private) 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 BoundedIntUnaryOperatorModifierConstructorDescription(package private)
LimitCountLootFunction
(LootCondition[] lootCondition, BoundedIntUnaryOperator boundedIntUnaryOperator) -
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)