Package net.minecraft.predicate.item
Record Class FireworkExplosionPredicate
java.lang.Object
java.lang.Record
net.minecraft.predicate.item.FireworkExplosionPredicate
- Record Components:
- predicate-
- All Implemented Interfaces:
- ComponentSubPredicate<FireworkExplosionComponent>,- ItemSubPredicate
public record FireworkExplosionPredicate(FireworkExplosionPredicate.Predicate predicate)
extends Record
implements ComponentSubPredicate<FireworkExplosionComponent>
- Mappings:
- Namespace - Name - named - net/minecraft/predicate/item/FireworkExplosionPredicate- intermediary - net/minecraft/class_9657- official - cr- named - predicate- intermediary - comp_2632- official - c
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface net.minecraft.predicate.item.ItemSubPredicateItemSubPredicate.Type<T extends ItemSubPredicate>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<FireworkExplosionPredicate> private final FireworkExplosionPredicate.PredicateThe field for thepredicaterecord component.Fields inherited from interface net.minecraft.predicate.item.ItemSubPredicatePREDICATES_MAP_CODEC
- 
Constructor SummaryConstructorsConstructorDescriptionCreates an instance of aFireworkExplosionPredicaterecord class.
- 
Method SummaryModifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thepredicaterecord component.booleantest(ItemStack itemStack, FireworkExplosionComponent fireworkExplosionComponent) final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.predicate.item.ComponentSubPredicatetest
- 
Field Details- 
predicateThe field for thepredicaterecord component.
- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/predicate/item/FireworkExplosionPredicate;CODEC:Lcom/mojang/serialization/Codec;- intermediary - field_51382- Lnet/minecraft/class_9657;field_51382:Lcom/mojang/serialization/Codec;- official - a- Lcr;a:Lcom/mojang/serialization/Codec;
 
 
- 
- 
Constructor Details- 
FireworkExplosionPredicateCreates an instance of aFireworkExplosionPredicaterecord class.- Parameters:
- predicate- the value for the- predicaterecord component
 
 
- 
- 
Method Details- 
getComponentType- Specified by:
- getComponentTypein interface- ComponentSubPredicate<FireworkExplosionComponent>
- Mappings:
- Namespace - Name - Mixin selector - named - getComponentType- Lnet/minecraft/predicate/item/ComponentSubPredicate;getComponentType()Lnet/minecraft/component/ComponentType;- intermediary - method_58163- Lnet/minecraft/class_9365;method_58163()Lnet/minecraft/class_9331;- official - a- Lea;a()Lku;
 
- 
test- Specified by:
- testin interface- ComponentSubPredicate<FireworkExplosionComponent>
- Mappings:
- Namespace - Name - Mixin selector - named - test- Lnet/minecraft/predicate/item/FireworkExplosionPredicate;test(Lnet/minecraft/item/ItemStack;Lnet/minecraft/component/type/FireworkExplosionComponent;)Z- intermediary - method_59676- Lnet/minecraft/class_9657;method_59676(Lnet/minecraft/class_1799;Lnet/minecraft/class_9283;)Z- official - a- Lcr;a(Lcwq;Lczf;)Z
 
- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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).
- 
predicateReturns the value of thepredicaterecord component.- Returns:
- the value of the predicaterecord component
 
 
-