Package at.petrak.hexcasting.fabric.cc
Class CCManaHolder
java.lang.Object
dev.onyxstudios.cca.api.v3.item.ItemComponent
at.petrak.hexcasting.fabric.cc.CCManaHolder
- All Implemented Interfaces:
at.petrak.hexcasting.api.addldata.ManaHolder,dev.onyxstudios.cca.api.v3.component.Component,dev.onyxstudios.cca.api.v3.item.ItemTagInvalidationListener
- Direct Known Subclasses:
CCManaHolder.ItemBased,CCManaHolder.Static
public abstract class CCManaHolder
extends dev.onyxstudios.cca.api.v3.item.ItemComponent
implements at.petrak.hexcasting.api.addldata.ManaHolder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields inherited from class dev.onyxstudios.cca.api.v3.item.ItemComponent
stack -
Constructor Summary
Constructors -
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, writeToNbtMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface at.petrak.hexcasting.api.addldata.ManaHolder
canConstructBattery, canProvide, canRecharge, getConsumptionPriority, getMana, getMaxMana, setMana, withdrawMana
-
Constructor Details
-
CCManaHolder
public CCManaHolder(net.minecraft.world.item.ItemStack stack)
-