aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/ItemStackHook.java
blob: fe6675b391937ba43ba37a04528efae6e6f04012 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2018, 2019, 2020 shedaniel
 * Licensed under the MIT License (the "License").
 */

package me.shedaniel.rei.api;

import org.jetbrains.annotations.ApiStatus;

@ApiStatus.Internal
public interface ItemStackHook {
    void rei_setRenderEnchantmentGlint(boolean b);
}