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