package com.hypixel.hytale.function.consumer;
@FunctionalInterface
public interface FloatConsumer {
void accept(float var1);
}