Package zombie.util.list
Interface FloatConsumer
public interface FloatConsumer
-
Method Summary
Modifier and Type Method Description voidaccept(float float1)default FloatConsumerandThen(FloatConsumer floatConsumer)
-
Method Details
-
accept
void accept(float float1) -
andThen
-