Record Class RandomChanceWithLootingLootCondition

java.lang.Object
java.lang.Record
net.minecraft.loot.condition.RandomChanceWithLootingLootCondition
Record Components:
chance -
lootingMultiplier -
All Implemented Interfaces:
Predicate<LootContext>, LootCondition, LootContextAware

public record RandomChanceWithLootingLootCondition(float chance, float lootingMultiplier) extends Record implements LootCondition
Mappings:
Namespace Name
official ekb
intermediary net/minecraft/class_225
named net/minecraft/loot/condition/RandomChanceWithLootingLootCondition
official b
intermediary comp_1882
named chance
official c
intermediary comp_1883
named lootingMultiplier
  • Field Details

    • chance

      private final float chance
      The field for the chance record component.
    • lootingMultiplier

      private final float lootingMultiplier
      The field for the lootingMultiplier record component.
    • CODEC

      public static final com.mojang.serialization.Codec<RandomChanceWithLootingLootCondition> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lekb;a:Lcom/mojang/serialization/Codec;
      intermediary field_45874 Lnet/minecraft/class_225;field_45874:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/loot/condition/RandomChanceWithLootingLootCondition;CODEC:Lcom/mojang/serialization/Codec;
  • Constructor Details

    • RandomChanceWithLootingLootCondition

      public RandomChanceWithLootingLootCondition(float chance, float lootingMultiplier)
      Creates an instance of a RandomChanceWithLootingLootCondition record class.
      Parameters:
      chance - the value for the chance record component
      lootingMultiplier - the value for the lootingMultiplier record component
  • Method Details

    • getType

      public LootConditionType getType()
      Specified by:
      getType in interface LootCondition
      Mappings:
      Namespace Name Mixin selector
      official b Lejv;b()Lejw;
      intermediary method_29325 Lnet/minecraft/class_5341;method_29325()Lnet/minecraft/class_5342;
      named getType Lnet/minecraft/loot/condition/LootCondition;getType()Lnet/minecraft/loot/condition/LootConditionType;
    • getRequiredParameters

      public Set<LootContextParameter<?>> getRequiredParameters()
      Specified by:
      getRequiredParameters in interface LootContextAware
      Mappings:
      Namespace Name Mixin selector
      official a Legx;a()Ljava/util/Set;
      intermediary method_293 Lnet/minecraft/class_46;method_293()Ljava/util/Set;
      named getRequiredParameters Lnet/minecraft/loot/context/LootContextAware;getRequiredParameters()Ljava/util/Set;
    • test

      public boolean test(LootContext lootContext)
      Specified by:
      test in interface Predicate<LootContext>
      Mappings:
      Namespace Name Mixin selector
      official a Lekb;a(Legw;)Z
      intermediary method_950 Lnet/minecraft/class_225;method_950(Lnet/minecraft/class_47;)Z
      named test Lnet/minecraft/loot/condition/RandomChanceWithLootingLootCondition;test(Lnet/minecraft/loot/context/LootContext;)Z
    • builder

      public static LootCondition.Builder builder(float chance, float lootingMultiplier)
      Mappings:
      Namespace Name Mixin selector
      official a Lekb;a(FF)Lejv$a;
      intermediary method_953 Lnet/minecraft/class_225;method_953(FF)Lnet/minecraft/class_5341$class_210;
      named builder Lnet/minecraft/loot/condition/RandomChanceWithLootingLootCondition;builder(FF)Lnet/minecraft/loot/condition/LootCondition$Builder;
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • chance

      public float chance()
      Returns the value of the chance record component.
      Returns:
      the value of the chance record component
    • lootingMultiplier

      public float lootingMultiplier()
      Returns the value of the lootingMultiplier record component.
      Returns:
      the value of the lootingMultiplier record component