Uses of Class
net.minecraft.loot.operator.BoundedIntUnaryOperator
| Package | Description |
|---|---|
| net.minecraft.loot.condition | |
| net.minecraft.loot.function | |
| net.minecraft.loot.operator |
-
Uses of BoundedIntUnaryOperator in net.minecraft.loot.condition
Fields in net.minecraft.loot.condition declared as BoundedIntUnaryOperator Modifier and Type Field Description private BoundedIntUnaryOperatorValueCheckLootCondition. rangeprivate BoundedIntUnaryOperatorTimeCheckLootCondition.Builder. valueprivate BoundedIntUnaryOperatorTimeCheckLootCondition. valueFields in net.minecraft.loot.condition with type parameters of type BoundedIntUnaryOperator Modifier and Type Field Description private Map<String,BoundedIntUnaryOperator>EntityScoresLootCondition.Builder. scoresprivate Map<String,BoundedIntUnaryOperator>EntityScoresLootCondition. scoresMethods in net.minecraft.loot.condition with parameters of type BoundedIntUnaryOperator Modifier and Type Method Description static LootCondition.BuilderValueCheckLootCondition. builder(LootNumberProvider value, BoundedIntUnaryOperator range)static TimeCheckLootCondition.BuilderTimeCheckLootCondition. create(BoundedIntUnaryOperator value)protected booleanEntityScoresLootCondition. entityScoreIsInRange(LootContext context, Entity entity, Scoreboard scoreboard, String objectiveName, BoundedIntUnaryOperator range)EntityScoresLootCondition.BuilderEntityScoresLootCondition.Builder. score(String name, BoundedIntUnaryOperator value)Constructors in net.minecraft.loot.condition with parameters of type BoundedIntUnaryOperator Constructor Description Builder(BoundedIntUnaryOperator value)TimeCheckLootCondition(@Nullable Long period, BoundedIntUnaryOperator value)ValueCheckLootCondition(LootNumberProvider value, BoundedIntUnaryOperator range)Constructor parameters in net.minecraft.loot.condition with type arguments of type BoundedIntUnaryOperator Constructor Description EntityScoresLootCondition(Map<String,BoundedIntUnaryOperator> scores, LootContext.EntityTarget target) -
Uses of BoundedIntUnaryOperator in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as BoundedIntUnaryOperator Modifier and Type Field Description private BoundedIntUnaryOperatorLimitCountLootFunction. limitMethods in net.minecraft.loot.function with parameters of type BoundedIntUnaryOperator Modifier and Type Method Description static ConditionalLootFunction.Builder<?>LimitCountLootFunction. builder(BoundedIntUnaryOperator limit)Constructors in net.minecraft.loot.function with parameters of type BoundedIntUnaryOperator Constructor Description LimitCountLootFunction(LootCondition[] conditions, BoundedIntUnaryOperator limit) -
Uses of BoundedIntUnaryOperator in net.minecraft.loot.operator
Methods in net.minecraft.loot.operator that return BoundedIntUnaryOperator Modifier and Type Method Description static BoundedIntUnaryOperatorBoundedIntUnaryOperator. create(int value)static BoundedIntUnaryOperatorBoundedIntUnaryOperator. create(int min, int max)static BoundedIntUnaryOperatorBoundedIntUnaryOperator. createMax(int max)static BoundedIntUnaryOperatorBoundedIntUnaryOperator. createMin(int min)BoundedIntUnaryOperatorBoundedIntUnaryOperator.Serializer. deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext)Methods in net.minecraft.loot.operator with parameters of type BoundedIntUnaryOperator Modifier and Type Method Description JsonElementBoundedIntUnaryOperator.Serializer. serialize(BoundedIntUnaryOperator boundedIntUnaryOperator, Type type, JsonSerializationContext jsonSerializationContext)