// 
// Decompiled by Procyon v0.6.0
// 

package com.hypixel.hytale.server.core.inventory.container;

import com.hypixel.hytale.server.core.inventory.ItemStack;

public interface SlotReplacementFunction
{
    ItemStack replace(final short p0, final ItemStack p1);
}
