Interface BotaniaEntities.ECapConsumer<T>

Enclosing class:
BotaniaEntities
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface BotaniaEntities.ECapConsumer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(Function<net.minecraft.world.entity.Entity,T> factory, net.minecraft.world.entity.EntityType<?>... types)
     
  • Method Details

    • accept

      void accept(Function<net.minecraft.world.entity.Entity,T> factory, net.minecraft.world.entity.EntityType<?>... types)