@FunctionalInterface
public interface GridCleanHandler<T extends net.minecraft.inventory.container.Container>
| Modifier and Type | Method and Description |
|---|---|
void |
clean(ContainerContext<T> context) |
static void |
error(java.lang.String translationKey) |
static <T extends net.minecraft.inventory.container.Container> |
returnSlotToPlayerInventory(ContainerContext<T> context,
StackAccessor stackAccessor) |
void clean(ContainerContext<T> context)
static void error(java.lang.String translationKey)
static <T extends net.minecraft.inventory.container.Container> void returnSlotToPlayerInventory(ContainerContext<T> context, StackAccessor stackAccessor)