package com.hypixel.hytale.procedurallib.supplier; @FunctionalInterface public interface FloatSupplier { float getAsFloat(); }