Class BoundedIntUnaryOperator

java.lang.Object
net.minecraft.loot.operator.BoundedIntUnaryOperator

public class BoundedIntUnaryOperator
extends Object
Mappings:
Namespace Name
official ddm
intermediary net/minecraft/class_42
named net/minecraft/loot/operator/BoundedIntUnaryOperator
  • Field Details

    • min

      @Nullable private final LootNumberProvider min
      Mappings:
      Namespace Name Mixin selector
      official a Lddm;a:Ldhb;
      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

      @Nullable private final LootNumberProvider max
      Mappings:
      Namespace Name Mixin selector
      official b Lddm;b:Ldhb;
      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;
    • field_27897

      private final BoundedIntUnaryOperator.class_5639 field_27897
      Mappings:
      Namespace Name Mixin selector
      official c Lddm;c:Lddm$b;
      intermediary field_27897 Lnet/minecraft/class_42;field_27897:Lnet/minecraft/class_42$class_5639;
      named field_27897 Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;field_27897:Lnet/minecraft/loot/operator/BoundedIntUnaryOperator$class_5639;
    • field_27898

      private final BoundedIntUnaryOperator.class_5638 field_27898
      Mappings:
      Namespace Name Mixin selector
      official d Lddm;d:Lddm$a;
      intermediary field_27898 Lnet/minecraft/class_42;field_27898:Lnet/minecraft/class_42$class_5638;
      named field_27898 Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;field_27898:Lnet/minecraft/loot/operator/BoundedIntUnaryOperator$class_5638;
  • Constructor Details

  • Method Details

    • method_32386

      public Set<LootContextParameter<?>> method_32386()
      Mappings:
      Namespace Name Mixin selector
      official a Lddm;a()Ljava/util/Set;
      intermediary method_32386 Lnet/minecraft/class_42;method_32386()Ljava/util/Set;
      named method_32386 Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;method_32386()Ljava/util/Set;
    • method_32387

      public static BoundedIntUnaryOperator method_32387​(int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lddm;a(I)Lddm;
      intermediary method_32387 Lnet/minecraft/class_42;method_32387(I)Lnet/minecraft/class_42;
      named method_32387 Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;method_32387(I)Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;
    • create

      public static BoundedIntUnaryOperator create​(int min, int max)
      Mappings:
      Namespace Name Mixin selector
      official a Lddm;a(II)Lddm;
      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

      public static BoundedIntUnaryOperator createMin​(int min)
      Mappings:
      Namespace Name Mixin selector
      official b Lddm;b(I)Lddm;
      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

      public static BoundedIntUnaryOperator createMax​(int max)
      Mappings:
      Namespace Name Mixin selector
      official c Lddm;c(I)Lddm;
      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;
    • method_32389

      public int method_32389​(LootContext lootContext, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lddm;a(Lddo;I)I
      intermediary method_32389 Lnet/minecraft/class_42;method_32389(Lnet/minecraft/class_47;I)I
      named method_32389 Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;method_32389(Lnet/minecraft/loot/context/LootContext;I)I
    • method_32393

      public boolean method_32393​(LootContext lootContext, int int2)
      Mappings:
      Namespace Name Mixin selector
      official b Lddm;b(Lddo;I)Z
      intermediary method_32393 Lnet/minecraft/class_42;method_32393(Lnet/minecraft/class_47;I)Z
      named method_32393 Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;method_32393(Lnet/minecraft/loot/context/LootContext;I)Z