Class HTItemStackResourceSlot
-
- All Implemented Interfaces:
-
hiiragi283.core.api.HTContentListener,hiiragi283.core.api.serialization.value.HTValueSerializable,hiiragi283.core.api.storage.amount.HTAmountView,hiiragi283.core.api.storage.resource.HTResourceSlot,hiiragi283.core.api.storage.resource.HTResourceView,java.lang.Runnable,net.neoforged.neoforge.common.util.INBTSerializable
public abstract class HTItemStackResourceSlot extends HTStackResourceSlot<ItemStack, HTItemResourceType>
アイテム向けのHTStackResourceSlotの拡張クラスです。
- Since:
0.15.0
Hiiragi Tsubasa
-
-
Constructor Summary
Constructors Constructor Description HTItemStackResourceSlot()
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class hiiragi283.core.impl.storage.resource.HTStackResourceSlot
canStackExtract, extract, getAmount, getResource, getStack, insert, isStackValidForInsert, setStack -
Methods inherited from class hiiragi283.core.api.storage.resource.HTResourceSlot
extract, isValid -
Methods inherited from class hiiragi283.core.api.storage.resource.HTResourceView
getCapacity, getCapacity, getLevelAsFloat, getLevelAsFraction, getNeeded, isEmpty -
Methods inherited from class hiiragi283.core.api.storage.amount.HTAmountView
getLevelAsFloat, getLevelAsFraction, getNeeded -
Methods inherited from class hiiragi283.core.api.serialization.value.HTValueSerializable
deserialize, serialize -
Methods inherited from class hiiragi283.core.api.HTContentListener
onContentsChanged -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-