Class EntityIota
java.lang.Object
at.petrak.hexcasting.api.casting.iota.Iota
at.petrak.hexcasting.api.casting.iota.EntityIota
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.network.chat.Componentdisplay()net.minecraft.world.entity.EntitybooleanisTruthy()@NotNull net.minecraft.nbt.TagSerialize this under thedatatag.booleantoleratesOther(Iota that) Compare this to another object, within a tolerance.Methods inherited from class at.petrak.hexcasting.api.casting.iota.Iota
depth, executable, execute, getType, hashCode, size, subIotas, tolerates, typesMatch
-
Field Details
-
TYPE
-
-
Constructor Details
-
EntityIota
public EntityIota(@NotNull @NotNull net.minecraft.world.entity.Entity e)
-
-
Method Details
-
getEntity
public net.minecraft.world.entity.Entity getEntity() -
toleratesOther
Description copied from class:IotaCompare this to another object, within a tolerance.- Specified by:
toleratesOtherin classIota
-
isTruthy
public boolean isTruthy() -
serialize
@NotNull public @NotNull net.minecraft.nbt.Tag serialize()Description copied from class:IotaSerialize this under thedatatag.You probably don't want to call this directly; use
IotaType.serialize(at.petrak.hexcasting.api.casting.iota.Iota). -
display
public net.minecraft.network.chat.Component display()
-