Class CCHexHolder

java.lang.Object
dev.onyxstudios.cca.api.v3.item.ItemComponent
at.petrak.hexcasting.fabric.cc.CCHexHolder
All Implemented Interfaces:
at.petrak.hexcasting.api.addldata.HexHolder, dev.onyxstudios.cca.api.v3.component.Component, dev.onyxstudios.cca.api.v3.item.ItemTagInvalidationListener
Direct Known Subclasses:
CCHexHolder.ItemBased

public abstract class CCHexHolder extends dev.onyxstudios.cca.api.v3.item.ItemComponent implements at.petrak.hexcasting.api.addldata.HexHolder
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields inherited from class dev.onyxstudios.cca.api.v3.item.ItemComponent

    stack
  • Constructor Summary

    Constructors
    Constructor
    Description
    CCHexHolder(net.minecraft.world.item.ItemStack stack)
     
  • Method Summary

    Methods inherited from class dev.onyxstudios.cca.api.v3.item.ItemComponent

    equals, getBoolean, getCompound, getDouble, getFloat, getInt, getKeys, getList, getList, getLong, getOrCreateRootTag, getRootTag, getRootTagKey, getString, getTag, getTag, getTag, getUuid, hashCode, hasTag, hasTag, hasTag, onTagInvalidated, putBoolean, putCompound, putDouble, putFloat, putInt, putList, putLong, putString, putUuid, readFromNbt, remove, wrapFactory, writeToNbt

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface at.petrak.hexcasting.api.addldata.HexHolder

    canDrawManaFromInventory, clearHex, getHex, hasHex, writeHex
  • Constructor Details

    • CCHexHolder

      public CCHexHolder(net.minecraft.world.item.ItemStack stack)