aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/ItemStackHook.java
blob: 545bd8f46f6a8471f0572262dcd4280e9d0bdc33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Roughly Enough Items by Danielshe.
 * Licensed under the MIT License.
 */

package me.shedaniel.rei.api;

import me.shedaniel.rei.api.annotations.Internal;

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