Interface IInterpretedSlot<T>
- All Known Implementing Classes:
ExtractedFluidInterpretedSlot,ItemInterpretedSlot
public interface IInterpretedSlot<T>
-
Method Details
-
slot
net.minecraft.world.inventory.Slot slot() -
ingredient
T ingredient() -
ingredientClass
-
name
net.minecraft.network.chat.Component name() -
render
default boolean render(net.minecraft.client.gui.GuiGraphics graphics)
-