Interface EntityColor

All Superinterfaces:
EntityComponent
All Known Implementing Classes:
EntityCat, EntityWolf

@PowerNukkitXOnly @Since("1.19.80-r3") public interface EntityColor extends EntityComponent
  • Method Details

    • setColor

      default void setColor(DyeColor color)
    • getColor

      default DyeColor getColor()
    • hasColor

      default boolean hasColor()