Package net.minecraft.loot.condition
Record Class ReferenceLootCondition
java.lang.Object
java.lang.Record
net.minecraft.loot.condition.ReferenceLootCondition
- Record Components:
id
-
- All Implemented Interfaces:
Predicate<LootContext>
,LootCondition
,LootContextAware
- Mappings:
Namespace Name official efh
intermediary net/minecraft/class_4568
named net/minecraft/loot/condition/ReferenceLootCondition
official b
intermediary comp_1869
named id
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.loot.condition.LootCondition
LootCondition.Builder
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ReferenceLootCondition>
private final Identifier
The field for theid
record component.private static final Logger
-
Constructor Summary
ConstructorDescriptionCreates an instance of aReferenceLootCondition
record class. -
Method Summary
Modifier and TypeMethodDescriptionstatic LootCondition.Builder
builder
(Identifier id) final boolean
Indicates whether some other object is "equal to" this one.getType()
final int
hashCode()
Returns a hash code value for this object.id()
Returns the value of theid
record component.boolean
test
(LootContext lootContext) final String
toString()
Returns a string representation of this record class.void
validate
(LootTableReporter reporter) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.loot.context.LootContextAware
getRequiredParameters
-
Field Details
-
id
The field for theid
record component. -
LOGGER
- Mappings:
Namespace Name Mixin selector official c
Lefh;c:Lorg/slf4j/Logger;
intermediary field_20763
Lnet/minecraft/class_4568;field_20763:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/loot/condition/ReferenceLootCondition;LOGGER:Lorg/slf4j/Logger;
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Lefh;a:Lcom/mojang/serialization/Codec;
intermediary field_45861
Lnet/minecraft/class_4568;field_45861:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/loot/condition/ReferenceLootCondition;CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
ReferenceLootCondition
Creates an instance of aReferenceLootCondition
record class.- Parameters:
id
- the value for theid
record component
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceLootCondition
- Mappings:
Namespace Name Mixin selector official b
Lefp;b()Lefq;
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;
-
validate
- Specified by:
validate
in interfaceLootContextAware
- Mappings:
Namespace Name Mixin selector official a
Lecr;a(Lecz;)V
intermediary method_292
Lnet/minecraft/class_46;method_292(Lnet/minecraft/class_58;)V
named validate
Lnet/minecraft/loot/context/LootContextAware;validate(Lnet/minecraft/loot/LootTableReporter;)V
-
test
- Specified by:
test
in interfacePredicate<LootContext>
- Mappings:
Namespace Name Mixin selector official a
Lefh;a(Lecq;)Z
intermediary method_22579
Lnet/minecraft/class_4568;method_22579(Lnet/minecraft/class_47;)Z
named test
Lnet/minecraft/loot/condition/ReferenceLootCondition;test(Lnet/minecraft/loot/context/LootContext;)Z
-
builder
- Mappings:
Namespace Name Mixin selector official a
Lefh;a(Laew;)Lefp$a;
intermediary method_35555
Lnet/minecraft/class_4568;method_35555(Lnet/minecraft/class_2960;)Lnet/minecraft/class_5341$class_210;
named builder
Lnet/minecraft/loot/condition/ReferenceLootCondition;builder(Lnet/minecraft/util/Identifier;)Lnet/minecraft/loot/condition/LootCondition$Builder;
-
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)
. -
id
Returns the value of theid
record component.- Returns:
- the value of the
id
record component
-