Class ItemStackMixin

java.lang.Object
ml.pluto7073.chemicals.mixin.ItemStackMixin
All Implemented Interfaces:
net.minecraft.core.component.DataComponentHolder

public abstract class ItemStackMixin extends Object implements net.minecraft.core.component.DataComponentHolder
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract net.minecraft.world.item.Item
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.core.component.DataComponentHolder

    get, getComponents, getOrDefault, has
  • Constructor Details

    • ItemStackMixin

      public ItemStackMixin()
  • Method Details

    • getItem

      public abstract net.minecraft.world.item.Item getItem()