Interface EntityTextureOverride.Condition<T extends net.minecraft.world.entity.LivingEntity>

Enclosing class:
EntityTextureOverride<T extends net.minecraft.world.entity.LivingEntity>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Environment(CLIENT) @FunctionalInterface public static interface EntityTextureOverride.Condition<T extends net.minecraft.world.entity.LivingEntity>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    condition(T entity)
     
  • Method Details

    • condition

      boolean condition(T entity)