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