Uses of Class
net.minecraft.loot.operator.BoundedIntUnaryOperator
Package
Description
-
Uses of BoundedIntUnaryOperator in net.minecraft.loot.condition
Modifier and TypeFieldDescription(package private) final BoundedIntUnaryOperator
ValueCheckLootCondition.range
private final BoundedIntUnaryOperator
TimeCheckLootCondition.Builder.value
(package private) final BoundedIntUnaryOperator
TimeCheckLootCondition.value
Modifier and TypeFieldDescriptionprivate final Map<String,
BoundedIntUnaryOperator> EntityScoresLootCondition.Builder.scores
(package private) final 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 period, BoundedIntUnaryOperator value) (package private)
ValueCheckLootCondition
(LootNumberProvider value, BoundedIntUnaryOperator range) ModifierConstructorDescription(package private)
EntityScoresLootCondition
(Map<String, BoundedIntUnaryOperator> scores, LootContext.EntityTarget target) -
Uses of BoundedIntUnaryOperator in net.minecraft.loot.function
Modifier and TypeFieldDescription(package private) final BoundedIntUnaryOperator
LimitCountLootFunction.limit
Modifier and TypeMethodDescriptionstatic ConditionalLootFunction.Builder<?>
LimitCountLootFunction.builder
(BoundedIntUnaryOperator limit) ModifierConstructorDescription(package private)
LimitCountLootFunction
(LootCondition[] conditions, BoundedIntUnaryOperator limit) -
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)