package com.hypixel.hytale.procedurallib.logic.point;
public interface PointConsumer<T> {
void accept(double var1, double var3, T var5);
}