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 BoundedIntUnaryOperatorTimeCheckLootCondition.class_6164. field_31872private BoundedIntUnaryOperatorValueCheckLootCondition. rangeprivate BoundedIntUnaryOperatorTimeCheckLootCondition. valueFields in net.minecraft.loot.condition with type parameters of type BoundedIntUnaryOperator Modifier and Type Field Description private Map<String,BoundedIntUnaryOperator>EntityScoresLootCondition.class_6163. field_31869private Map<String,BoundedIntUnaryOperator>EntityScoresLootCondition. scoresMethods in net.minecraft.loot.condition with parameters of type BoundedIntUnaryOperator Modifier and Type Method Description protected booleanEntityScoresLootCondition. entityScoreIsInRange(LootContext context, Entity entity, Scoreboard scoreboard, String objectiveName, BoundedIntUnaryOperator range)EntityScoresLootCondition.class_6163EntityScoresLootCondition.class_6163. method_35558(String string, BoundedIntUnaryOperator boundedIntUnaryOperator)static TimeCheckLootCondition.class_6164TimeCheckLootCondition. method_35559(BoundedIntUnaryOperator boundedIntUnaryOperator)static LootCondition.BuilderValueCheckLootCondition. 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 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)