1 2 3 4 5 6 7 8 9 10 11 12 13
/* * Roughly Enough Items by Danielshe. * Licensed under the MIT License. */ package me.shedaniel.rei.api; import org.jetbrains.annotations.ApiStatus; @ApiStatus.Internal public interface ItemStackHook { void rei_setRenderEnchantmentGlint(boolean b); }