Class HTResourceView.Mutable
-
- All Implemented Interfaces:
-
hiiragi283.core.api.storage.amount.HTAmountView,hiiragi283.core.api.storage.resource.HTResourceView
public abstract class HTResourceView.Mutable<RESOURCE extends HTResourceType<?>> extends HTAmountView.Mutable implements HTResourceView<RESOURCE>
- Since:
0.9.0
-
-
Constructor Summary
Constructors Constructor Description HTResourceView.Mutable()
-
Method Summary
Modifier and Type Method Description abstract UnitsetResource(RESOURCE resource)指定したresourceで中身を置換します。 -
Methods inherited from class hiiragi283.core.api.storage.amount.HTAmountView.Mutable
setAmount -
Methods inherited from class hiiragi283.core.api.storage.amount.HTAmountView
getAmount, getCapacity, getLevelAsFloat, getLevelAsFraction, getNeeded, isEmpty -
Methods inherited from class hiiragi283.core.api.storage.resource.HTResourceView
getCapacity, getLevelAsFloat, getLevelAsFraction, getNeeded, getResource -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setResource
abstract Unit setResource(RESOURCE resource)
指定したresourceで中身を置換します。
-
-
-
-