Class StorageViewIota
java.lang.Object
at.petrak.hexcasting.api.casting.iota.Iota
dev.kineticcat.hexportation.fabric.api.casting.iota.StorageViewIota
public class StorageViewIota
extends at.petrak.hexcasting.api.casting.iota.Iota
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic at.petrak.hexcasting.api.casting.iota.IotaType<StorageViewIota>Fields inherited from class at.petrak.hexcasting.api.casting.iota.Iota
payload, type -
Constructor Summary
ConstructorsConstructorDescriptionStorageViewIota(net.fabricmc.fabric.api.transfer.v1.storage.StorageView<net.fabricmc.fabric.api.transfer.v1.fluid.FluidVariant> view, Double kys) StorageViewIota(net.fabricmc.fabric.api.transfer.v1.storage.StorageView<net.fabricmc.fabric.api.transfer.v1.item.ItemVariant> view, Long kys) StorageViewIota(team.reborn.energy.api.EnergyStorage view) -
Method Summary
Modifier and TypeMethodDescriptiongetView()booleanisTruthy()@NotNull net.minecraft.nbt.Tagprotected booleantoleratesOther(at.petrak.hexcasting.api.casting.iota.Iota that) Methods inherited from class at.petrak.hexcasting.api.casting.iota.Iota
depth, display, executable, execute, getType, hashCode, size, subIotas, tolerates, typesMatch
-
Field Details
-
TYPE
-
-
Constructor Details
-
StorageViewIota
-
StorageViewIota
public StorageViewIota(net.fabricmc.fabric.api.transfer.v1.storage.StorageView<net.fabricmc.fabric.api.transfer.v1.item.ItemVariant> view, Long kys) -
StorageViewIota
public StorageViewIota(net.fabricmc.fabric.api.transfer.v1.storage.StorageView<net.fabricmc.fabric.api.transfer.v1.fluid.FluidVariant> view, Double kys) -
StorageViewIota
public StorageViewIota(team.reborn.energy.api.EnergyStorage view)
-
-
Method Details
-
getView
-
isTruthy
public boolean isTruthy()- Specified by:
isTruthyin classat.petrak.hexcasting.api.casting.iota.Iota
-
toleratesOther
protected boolean toleratesOther(at.petrak.hexcasting.api.casting.iota.Iota that) - Specified by:
toleratesOtherin classat.petrak.hexcasting.api.casting.iota.Iota
-
serialize
@NotNull public @NotNull net.minecraft.nbt.Tag serialize()- Specified by:
serializein classat.petrak.hexcasting.api.casting.iota.Iota
-