Uses of Record Class
net.minecraft.core.component.predicates.FireworkExplosionPredicate.FireworkPredicate
Packages that use FireworkExplosionPredicate.FireworkPredicate
-
Uses of FireworkExplosionPredicate.FireworkPredicate in net.minecraft.core.component.predicates
Fields in net.minecraft.core.component.predicates declared as FireworkExplosionPredicate.FireworkPredicateModifier and TypeFieldDescriptionprivate final FireworkExplosionPredicate.FireworkPredicate
FireworkExplosionPredicate.predicate
The field for thepredicate
record component.Fields in net.minecraft.core.component.predicates with type parameters of type FireworkExplosionPredicate.FireworkPredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<FireworkExplosionPredicate.FireworkPredicate> FireworkExplosionPredicate.FireworkPredicate.CODEC
private final Optional
<CollectionPredicate<FireworkExplosion, FireworkExplosionPredicate.FireworkPredicate>> FireworksPredicate.explosions
The field for theexplosions
record component.Methods in net.minecraft.core.component.predicates that return FireworkExplosionPredicate.FireworkPredicateModifier and TypeMethodDescriptionFireworkExplosionPredicate.predicate()
Returns the value of thepredicate
record component.Methods in net.minecraft.core.component.predicates that return types with arguments of type FireworkExplosionPredicate.FireworkPredicateModifier and TypeMethodDescriptionFireworksPredicate.explosions()
Returns the value of theexplosions
record component.Constructors in net.minecraft.core.component.predicates with parameters of type FireworkExplosionPredicate.FireworkPredicateModifierConstructorDescriptionCreates an instance of aFireworkExplosionPredicate
record class.Constructor parameters in net.minecraft.core.component.predicates with type arguments of type FireworkExplosionPredicate.FireworkPredicateModifierConstructorDescriptionFireworksPredicate
(Optional<CollectionPredicate<FireworkExplosion, FireworkExplosionPredicate.FireworkPredicate>> explosions, MinMaxBounds.Ints flightDuration) Creates an instance of aFireworksPredicate
record class.