Record Class EmptySlotSourceType

java.lang.Object
java.lang.Record
net.minecraft.loot.slot.EmptySlotSourceType
All Implemented Interfaces:
LootContextAware, SlotSource

public record EmptySlotSourceType() extends Record implements SlotSource
Mappings:
Namespace Name
named net/minecraft/loot/slot/EmptySlotSourceType
intermediary net/minecraft/class_12266
official dtr
  • Field Details

    • CODEC

      public static final com.mojang.serialization.MapCodec<EmptySlotSourceType> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/loot/slot/EmptySlotSourceType;CODEC:Lcom/mojang/serialization/MapCodec;
      intermediary field_64151 Lnet/minecraft/class_12266;field_64151:Lcom/mojang/serialization/MapCodec;
      official a Ldtr;a:Lcom/mojang/serialization/MapCodec;
  • Constructor Details

    • EmptySlotSourceType

      public EmptySlotSourceType()
      Creates an instance of a EmptySlotSourceType record class.
  • Method Details

    • getCodec

      public com.mojang.serialization.MapCodec<EmptySlotSourceType> getCodec()
      Specified by:
      getCodec in interface SlotSource
      Mappings:
      Namespace Name Mixin selector
      named getCodec Lnet/minecraft/loot/slot/SlotSource;getCodec()Lcom/mojang/serialization/MapCodec;
      intermediary method_76106 Lnet/minecraft/class_12275;method_76106()Lcom/mojang/serialization/MapCodec;
      official a Ldtx;a()Lcom/mojang/serialization/MapCodec;
    • stream

      public ItemStream stream(LootContext context)
      Specified by:
      stream in interface SlotSource
      Mappings:
      Namespace Name Mixin selector
      named stream Lnet/minecraft/loot/slot/SlotSource;stream(Lnet/minecraft/loot/context/LootContext;)Lnet/minecraft/loot/slot/ItemStream;
      intermediary method_76108 Lnet/minecraft/class_12275;method_76108(Lnet/minecraft/class_47;)Lnet/minecraft/class_12271;
      official a Ldtx;a(Lfmr;)Ldtw;
    • 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.
      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.