package com.hypixel.hytale.function.consumer; @FunctionalInterface public interface ShortObjectConsumer<T> { void accept(short var1, T var2); }