Interface ChargeTypePredicate
- All Superinterfaces:
MinecraftPredicate<ItemPredicateContext>,Predicate<ItemPredicateContext>
@GeyserProvided
@NonExtendable
public interface ChargeTypePredicate
extends MinecraftPredicate<ItemPredicateContext>
- Since:
- 2.9.3
- See Also:
-
Method Summary
Methods inherited from interface org.geysermc.geyser.api.predicate.MinecraftPredicate
and, negate, or
-
Method Details
-
type
ChargedProjectile.ChargeType type()- Returns:
- type of the projectile to check for
- Since:
- 2.9.3
-
negated
boolean negated()- Returns:
- whether this predicate is negated
- Since:
- 2.9.3
-