Class AlwaysModelPredicate
java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.AlwaysModelPredicate
- All Implemented Interfaces:
ModelPredicate
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<AlwaysModelPredicate>static AlwaysModelPredicate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<? extends ModelPredicate>codec()booleanshouldUseModel(AbstractClientEntity entity)
-
Field Details
-
CODEC
-
INSTANCE
-
-
Constructor Details
-
AlwaysModelPredicate
public AlwaysModelPredicate()
-
-
Method Details
-
codec
- Specified by:
codecin interfaceModelPredicate
-
shouldUseModel
- Specified by:
shouldUseModelin interfaceModelPredicate
-