package net.minecraft.server.permissions; public interface PermissionSetSupplier { PermissionSet permissions(); }