Package net.minecraft.loot.provider.nbt
Record Class StorageLootNbtProvider
java.lang.Object
java.lang.Record
net.minecraft.loot.provider.nbt.StorageLootNbtProvider
- Record Components:
source
-
- All Implemented Interfaces:
LootNbtProvider
- Mappings:
Namespace Name official ekl
intermediary net/minecraft/class_5653
named net/minecraft/loot/provider/nbt/StorageLootNbtProvider
official b
intermediary comp_1892
named source
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StorageLootNbtProvider>
private final Identifier
The field for thesource
record component. -
Constructor Summary
ConstructorDescriptionStorageLootNbtProvider
(Identifier source) Creates an instance of aStorageLootNbtProvider
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.getNbt
(LootContext context) getType()
final int
hashCode()
Returns a hash code value for this object.source()
Returns the value of thesource
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
source
The field for thesource
record component. -
CODEC
- Mappings:
Namespace Name Mixin selector official a
Lekl;a:Lcom/mojang/serialization/Codec;
intermediary field_45884
Lnet/minecraft/class_5653;field_45884:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/loot/provider/nbt/StorageLootNbtProvider;CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
StorageLootNbtProvider
Creates an instance of aStorageLootNbtProvider
record class.- Parameters:
source
- the value for thesource
record component
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceLootNbtProvider
- Mappings:
Namespace Name Mixin selector official a
Lekj;a()Leki;
intermediary method_32439
Lnet/minecraft/class_5651;method_32439()Lnet/minecraft/class_5650;
named getType
Lnet/minecraft/loot/provider/nbt/LootNbtProvider;getType()Lnet/minecraft/loot/provider/nbt/LootNbtProviderType;
-
getNbt
- Specified by:
getNbt
in interfaceLootNbtProvider
- Mappings:
Namespace Name Mixin selector official a
Lekj;a(Legw;)Ltk;
intermediary method_32440
Lnet/minecraft/class_5651;method_32440(Lnet/minecraft/class_47;)Lnet/minecraft/class_2520;
named getNbt
Lnet/minecraft/loot/provider/nbt/LootNbtProvider;getNbt(Lnet/minecraft/loot/context/LootContext;)Lnet/minecraft/nbt/NbtElement;
-
getRequiredParameters
- Specified by:
getRequiredParameters
in interfaceLootNbtProvider
- Mappings:
Namespace Name Mixin selector official b
Lekj;b()Ljava/util/Set;
intermediary method_32441
Lnet/minecraft/class_5651;method_32441()Ljava/util/Set;
named getRequiredParameters
Lnet/minecraft/loot/provider/nbt/LootNbtProvider;getRequiredParameters()Ljava/util/Set;
-
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. -
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. -
equals
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 withObjects::equals(Object,Object)
. -
source
Returns the value of thesource
record component.- Returns:
- the value of the
source
record component
-