Interface ModelPredicate
- All Known Implementing Classes:
 AlwaysModelPredicate,BattleModelPredicate,FlyingModelPredicate,RidingModelPredicate,SwimmingModelPredicate,WalkingModelPredicate
public interface ModelPredicate
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<? extends ModelPredicate>codec()booleanshouldUseModel(AbstractClientEntity entity)  
- 
Field Details
- 
CODEC
 
 - 
 - 
Method Details
- 
codec
com.mojang.serialization.Codec<? extends ModelPredicate> codec() - 
shouldUseModel
 
 -