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 named net/minecraft/loot/provider/nbt/StorageLootNbtProvider
intermediary net/minecraft/class_5653
official evs
named source
intermediary comp_1892
official b
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<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 named CODEC
Lnet/minecraft/loot/provider/nbt/StorageLootNbtProvider;CODEC:Lcom/mojang/serialization/MapCodec;
intermediary field_45884
Lnet/minecraft/class_5653;field_45884:Lcom/mojang/serialization/MapCodec;
official a
Levs;a:Lcom/mojang/serialization/MapCodec;
-
-
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 named getType
Lnet/minecraft/loot/provider/nbt/LootNbtProvider;getType()Lnet/minecraft/loot/provider/nbt/LootNbtProviderType;
intermediary method_32439
Lnet/minecraft/class_5651;method_32439()Lnet/minecraft/class_5650;
official a
Levq;a()Levp;
-
getNbt
- Specified by:
getNbt
in interfaceLootNbtProvider
- Mappings:
Namespace Name Mixin selector named getNbt
Lnet/minecraft/loot/provider/nbt/LootNbtProvider;getNbt(Lnet/minecraft/loot/context/LootContext;)Lnet/minecraft/nbt/NbtElement;
intermediary method_32440
Lnet/minecraft/class_5651;method_32440(Lnet/minecraft/class_47;)Lnet/minecraft/class_2520;
official a
Levq;a(Lerr;)Luy;
-
getRequiredParameters
- Specified by:
getRequiredParameters
in interfaceLootNbtProvider
- Mappings:
Namespace Name Mixin selector named getRequiredParameters
Lnet/minecraft/loot/provider/nbt/LootNbtProvider;getRequiredParameters()Ljava/util/Set;
intermediary method_32441
Lnet/minecraft/class_5651;method_32441()Ljava/util/Set;
official b
Levq;b()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
-