Package net.minecraft
Record Class class_9595
java.lang.Object
java.lang.Record
net.minecraft.class_9595
- Record Components:
predicate-
- All Implemented Interfaces:
Predicate<LootContext>,LootCondition,LootContextAware
- Mappings:
Namespace Name official euzintermediary net/minecraft/class_9595named net/minecraft/class_9595official bintermediary comp_2605named predicate
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.loot.condition.LootCondition
LootCondition.Builder -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_9595> private final ItemPredicateThe field for thepredicaterecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.getType()final inthashCode()Returns a hash code value for this object.static LootCondition.Buildermethod_59302(ItemConvertible itemConvertible) Returns the value of thepredicaterecord component.booleantest(LootContext lootContext) final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.loot.context.LootContextAware
getRequiredParameters, validate
-
Field Details
-
predicate
The field for thepredicaterecord component. -
field_51055
- Mappings:
Namespace Name Mixin selector official aLeuz;a:Lcom/mojang/serialization/Codec;intermediary field_51055Lnet/minecraft/class_9595;field_51055:Lcom/mojang/serialization/Codec;named field_51055Lnet/minecraft/class_9595;field_51055:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_9595
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceLootCondition- Mappings:
Namespace Name Mixin selector official bLeuu;b()Leuv;intermediary method_29325Lnet/minecraft/class_5341;method_29325()Lnet/minecraft/class_5342;named getTypeLnet/minecraft/loot/condition/LootCondition;getType()Lnet/minecraft/loot/condition/LootConditionType;
-
test
- Specified by:
testin interfacePredicate<LootContext>- Mappings:
Namespace Name Mixin selector official aLeuz;a(Lerp;)Zintermediary method_59303Lnet/minecraft/class_9595;method_59303(Lnet/minecraft/class_47;)Znamed testLnet/minecraft/class_9595;test(Lnet/minecraft/loot/context/LootContext;)Z
-
method_59302
- Mappings:
Namespace Name Mixin selector official aLeuz;a(Ldbz;)Leuu$a;intermediary method_59302Lnet/minecraft/class_9595;method_59302(Lnet/minecraft/class_1935;)Lnet/minecraft/class_5341$class_210;named method_59302Lnet/minecraft/class_9595;method_59302(Lnet/minecraft/item/ItemConvertible;)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). -
predicate
Returns the value of thepredicaterecord component.- Returns:
- the value of the
predicaterecord component
-