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 BoundedIntUnaryOperator
TimeCheckLootCondition.class_6164. field_31872
private BoundedIntUnaryOperator
ValueCheckLootCondition. range
private BoundedIntUnaryOperator
TimeCheckLootCondition. value
Fields in net.minecraft.loot.condition with type parameters of type BoundedIntUnaryOperator Modifier and Type Field Description private Map<String,BoundedIntUnaryOperator>
EntityScoresLootCondition.class_6163. field_31869
private Map<String,BoundedIntUnaryOperator>
EntityScoresLootCondition. scores
Methods in net.minecraft.loot.condition with parameters of type BoundedIntUnaryOperator Modifier and Type Method Description protected boolean
EntityScoresLootCondition. entityScoreIsInRange(LootContext context, Entity entity, Scoreboard scoreboard, String objectiveName, BoundedIntUnaryOperator range)
EntityScoresLootCondition.class_6163
EntityScoresLootCondition.class_6163. method_35558(String string, BoundedIntUnaryOperator boundedIntUnaryOperator)
static TimeCheckLootCondition.class_6164
TimeCheckLootCondition. method_35559(BoundedIntUnaryOperator boundedIntUnaryOperator)
static LootCondition.Builder
ValueCheckLootCondition. method_35562(LootNumberProvider lootNumberProvider, BoundedIntUnaryOperator boundedIntUnaryOperator)
Constructors in net.minecraft.loot.condition with parameters of type BoundedIntUnaryOperator Constructor Description class_6164(BoundedIntUnaryOperator boundedIntUnaryOperator)
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 BoundedIntUnaryOperator
LimitCountLootFunction. limit
Methods 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 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
BoundedIntUnaryOperator.Serializer. deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext)
Methods in net.minecraft.loot.operator with parameters of type BoundedIntUnaryOperator Modifier and Type Method Description JsonElement
BoundedIntUnaryOperator.Serializer. serialize(BoundedIntUnaryOperator boundedIntUnaryOperator, Type type, JsonSerializationContext jsonSerializationContext)