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 BoundedIntUnaryOperatorValueCheckLootCondition.rangeprivate BoundedIntUnaryOperatorTimeCheckLootCondition.Builder.valueprivate BoundedIntUnaryOperatorTimeCheckLootCondition.valueFields in net.minecraft.loot.condition with type parameters of type BoundedIntUnaryOperatorModifier and TypeFieldDescriptionprivate Map<String,BoundedIntUnaryOperator>EntityScoresLootCondition.Builder.scoresprivate Map<String,BoundedIntUnaryOperator>EntityScoresLootCondition.scoresMethods in net.minecraft.loot.condition with parameters of type BoundedIntUnaryOperatorModifier and TypeMethodDescriptionstatic LootCondition.BuilderValueCheckLootCondition.builder(LootNumberProvider value, BoundedIntUnaryOperator range)TimeCheckLootCondition.create(BoundedIntUnaryOperator value)protected booleanEntityScoresLootCondition.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)privateTimeCheckLootCondition(@Nullable Long period, BoundedIntUnaryOperator value)privateValueCheckLootCondition(LootNumberProvider value, BoundedIntUnaryOperator range)Constructor parameters in net.minecraft.loot.condition with type arguments of type BoundedIntUnaryOperatorModifierConstructorDescriptionprivateEntityScoresLootCondition(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 BoundedIntUnaryOperatorModifierConstructorDescriptionprivateLimitCountLootFunction(LootCondition[] conditions, BoundedIntUnaryOperator limit) -
Uses of BoundedIntUnaryOperator in net.minecraft.loot.operator
Methods in net.minecraft.loot.operator that return BoundedIntUnaryOperatorModifier and TypeMethodDescriptionstatic BoundedIntUnaryOperatorBoundedIntUnaryOperator.create(int value)static BoundedIntUnaryOperatorBoundedIntUnaryOperator.create(int min, int max)static BoundedIntUnaryOperatorBoundedIntUnaryOperator.createMax(int max)static BoundedIntUnaryOperatorBoundedIntUnaryOperator.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)