Class ConduitIota
java.lang.Object
at.petrak.hexcasting.api.casting.iota.Iota
dev.kineticcat.hexportation.fabric.api.casting.iota.ConduitIota
public class ConduitIota
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<ConduitIota>Fields inherited from class at.petrak.hexcasting.api.casting.iota.Iota
payload, type -
Constructor Summary
ConstructorsConstructorDescriptionConduitIota(ConduitIota.Conduit conduit) ConduitIota(net.minecraft.core.BlockPos source, net.minecraft.core.Direction sourceDir, net.minecraft.core.BlockPos sink, net.minecraft.core.Direction sinkDir) -
Method Summary
Modifier and TypeMethodDescriptionList<at.petrak.hexcasting.api.casting.iota.Iota>static ConduitIotadeserialize(net.minecraft.nbt.Tag tag) static net.minecraft.network.chat.Componentdisplay(ConduitIota.Conduit conduit) booleanisTruthy()@NotNull net.minecraft.nbt.Tagstatic booleanprotected 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
-
ConduitIota
public ConduitIota(net.minecraft.core.BlockPos source, net.minecraft.core.Direction sourceDir, net.minecraft.core.BlockPos sink, net.minecraft.core.Direction sinkDir) -
ConduitIota
-
-
Method Details
-
getConduit
-
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
-
tolerates
-
serialize
@NotNull public @NotNull net.minecraft.nbt.Tag serialize()- Specified by:
serializein classat.petrak.hexcasting.api.casting.iota.Iota
-
deserialize
-
display
-
asActionResult
-