hytale-server/com/hypixel/hytale/function/consumer/ShortObjectConsumer.java

7 lines
148 B
Java

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