Interface PokemonPredicate
- All Known Implementing Classes:
AnyPokemonPredicate
,SpecBasedPokemonPredicate
Represents a predicate for filtering Pokemon.
This is not required to be implemented on both the client and the server, as the checks will only be performed on the server.
This is not required to be implemented on both the client and the server, as the checks will only be performed on the server.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<? extends PokemonPredicate> codec()
boolean
PokemonPredicateType
<? extends PokemonPredicate> type()
-
Field Details
-
CODEC
-
-
Method Details
-
codec
com.mojang.serialization.MapCodec<? extends PokemonPredicate> codec() -
type
PokemonPredicateType<? extends PokemonPredicate> type() -
test
-