Package net.minecraft.loot.operator
Class BoundedIntUnaryOperator
java.lang.Object
net.minecraft.loot.operator.BoundedIntUnaryOperator
- Mappings:
Namespace Name official egv
intermediary net/minecraft/class_42
named net/minecraft/loot/operator/BoundedIntUnaryOperator
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static interface
private static interface
-
Field Summary
Modifier and TypeFieldDescriptionprivate final BoundedIntUnaryOperator.Applier
static final com.mojang.serialization.Codec<BoundedIntUnaryOperator>
private final @Nullable LootNumberProvider
private final @Nullable LootNumberProvider
private static final com.mojang.serialization.Codec<BoundedIntUnaryOperator>
private final BoundedIntUnaryOperator.Tester
-
Constructor Summary
ModifierConstructorDescriptionprivate
private
-
Method Summary
Modifier and TypeMethodDescriptionint
apply
(LootContext context, int value) static BoundedIntUnaryOperator
create
(int value) static BoundedIntUnaryOperator
create
(int min, int max) static BoundedIntUnaryOperator
createMax
(int max) static BoundedIntUnaryOperator
createMin
(int min) private OptionalInt
boolean
test
(LootContext context, int value)
-
Field Details
-
OPERATOR_CODEC
- Mappings:
Namespace Name Mixin selector official b
Legv;b:Lcom/mojang/serialization/Codec;
intermediary field_45791
Lnet/minecraft/class_42;field_45791:Lcom/mojang/serialization/Codec;
named OPERATOR_CODEC
Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;OPERATOR_CODEC:Lcom/mojang/serialization/Codec;
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Legv;a:Lcom/mojang/serialization/Codec;
intermediary field_45790
Lnet/minecraft/class_42;field_45790:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;CODEC:Lcom/mojang/serialization/Codec;
-
min
- Mappings:
Namespace Name Mixin selector official c
Legv;c:Lekq;
intermediary field_921
Lnet/minecraft/class_42;field_921:Lnet/minecraft/class_5658;
named min
Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;min:Lnet/minecraft/loot/provider/number/LootNumberProvider;
-
max
- Mappings:
Namespace Name Mixin selector official d
Legv;d:Lekq;
intermediary field_920
Lnet/minecraft/class_42;field_920:Lnet/minecraft/class_5658;
named max
Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;max:Lnet/minecraft/loot/provider/number/LootNumberProvider;
-
applier
- Mappings:
Namespace Name Mixin selector official e
Legv;e:Legv$b;
intermediary field_27897
Lnet/minecraft/class_42;field_27897:Lnet/minecraft/class_42$class_5639;
named applier
Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;applier:Lnet/minecraft/loot/operator/BoundedIntUnaryOperator$Applier;
-
tester
- Mappings:
Namespace Name Mixin selector official f
Legv;f:Legv$a;
intermediary field_27898
Lnet/minecraft/class_42;field_27898:Lnet/minecraft/class_42$class_5638;
named tester
Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;tester:Lnet/minecraft/loot/operator/BoundedIntUnaryOperator$Tester;
-
-
Constructor Details
-
BoundedIntUnaryOperator
- Mappings:
Namespace Name Mixin selector official <init>
Legv;<init>(Ljava/util/Optional;Ljava/util/Optional;)V
intermediary <init>
Lnet/minecraft/class_42;<init>(Ljava/util/Optional;Ljava/util/Optional;)V
named <init>
Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;<init>(Ljava/util/Optional;Ljava/util/Optional;)V
-
BoundedIntUnaryOperator
private BoundedIntUnaryOperator(@Nullable @Nullable LootNumberProvider min, @Nullable @Nullable LootNumberProvider max) - Mappings:
Namespace Name Mixin selector official <init>
Legv;<init>(Lekq;Lekq;)V
intermediary <init>
Lnet/minecraft/class_42;<init>(Lnet/minecraft/class_5658;Lnet/minecraft/class_5658;)V
named <init>
Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;<init>(Lnet/minecraft/loot/provider/number/LootNumberProvider;Lnet/minecraft/loot/provider/number/LootNumberProvider;)V
-
-
Method Details
-
getRequiredParameters
- Mappings:
Namespace Name Mixin selector official a
Legv;a()Ljava/util/Set;
intermediary method_32386
Lnet/minecraft/class_42;method_32386()Ljava/util/Set;
named getRequiredParameters
Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;getRequiredParameters()Ljava/util/Set;
-
create
- Mappings:
Namespace Name Mixin selector official a
Legv;a(I)Legv;
intermediary method_32387
Lnet/minecraft/class_42;method_32387(I)Lnet/minecraft/class_42;
named create
Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;create(I)Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;
-
create
- Mappings:
Namespace Name Mixin selector official a
Legv;a(II)Legv;
intermediary method_282
Lnet/minecraft/class_42;method_282(II)Lnet/minecraft/class_42;
named create
Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;create(II)Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;
-
createMin
- Mappings:
Namespace Name Mixin selector official b
Legv;b(I)Legv;
intermediary method_280
Lnet/minecraft/class_42;method_280(I)Lnet/minecraft/class_42;
named createMin
Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;createMin(I)Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;
-
createMax
- Mappings:
Namespace Name Mixin selector official c
Legv;c(I)Legv;
intermediary method_277
Lnet/minecraft/class_42;method_277(I)Lnet/minecraft/class_42;
named createMax
Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;createMax(I)Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;
-
apply
- Mappings:
Namespace Name Mixin selector official a
Legv;a(Legw;I)I
intermediary method_32389
Lnet/minecraft/class_42;method_32389(Lnet/minecraft/class_47;I)I
named apply
Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;apply(Lnet/minecraft/loot/context/LootContext;I)I
-
test
- Mappings:
Namespace Name Mixin selector official b
Legv;b(Legw;I)Z
intermediary method_32393
Lnet/minecraft/class_42;method_32393(Lnet/minecraft/class_47;I)Z
named test
Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;test(Lnet/minecraft/loot/context/LootContext;I)Z
-
getConstantValue
- Mappings:
Namespace Name Mixin selector official b
Legv;b()Ljava/util/OptionalInt;
intermediary method_53263
Lnet/minecraft/class_42;method_53263()Ljava/util/OptionalInt;
named getConstantValue
Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;getConstantValue()Ljava/util/OptionalInt;
-