Uses of Class
net.minecraft.loot.operator.BoundedIntUnaryOperator
Package
Description
-
Uses of BoundedIntUnaryOperator in net.minecraft.loot.condition
Modifier and TypeFieldDescription(package private) BoundedIntUnaryOperator
ValueCheckLootCondition.range
private BoundedIntUnaryOperator
TimeCheckLootCondition.Builder.value
(package private) BoundedIntUnaryOperator
TimeCheckLootCondition.value
Modifier and TypeFieldDescriptionprivate Map<String,BoundedIntUnaryOperator>
EntityScoresLootCondition.Builder.scores
(package private) Map<String,BoundedIntUnaryOperator>
EntityScoresLootCondition.scores
Modifier 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)
ModifierConstructorDescriptionBuilder(BoundedIntUnaryOperator value)
(package private)
TimeCheckLootCondition(@Nullable Long long2, BoundedIntUnaryOperator boundedIntUnaryOperator)
(package private)
ValueCheckLootCondition(LootNumberProvider lootNumberProvider, BoundedIntUnaryOperator boundedIntUnaryOperator)
ModifierConstructorDescription(package private)
EntityScoresLootCondition(Map<String,BoundedIntUnaryOperator> map, LootContext.EntityTarget entityTarget)
-
Uses of BoundedIntUnaryOperator in net.minecraft.loot.function
Modifier and TypeFieldDescription(package private) BoundedIntUnaryOperator
LimitCountLootFunction.limit
Modifier and TypeMethodDescriptionstatic ConditionalLootFunction.Builder<?>
LimitCountLootFunction.builder(BoundedIntUnaryOperator limit)
ModifierConstructorDescription(package private)
LimitCountLootFunction(LootCondition[] lootCondition, BoundedIntUnaryOperator boundedIntUnaryOperator)
-
Uses of BoundedIntUnaryOperator in net.minecraft.loot.operator
Modifier 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)
Modifier and TypeMethodDescriptionBoundedIntUnaryOperator.Serializer.serialize(BoundedIntUnaryOperator boundedIntUnaryOperator, Type type, JsonSerializationContext jsonSerializationContext)