Class EntityIota

java.lang.Object
at.petrak.hexcasting.api.casting.iota.Iota
at.petrak.hexcasting.api.casting.iota.EntityIota

public class EntityIota extends Iota
  • Field Details

  • Constructor Details

    • EntityIota

      public EntityIota(@NotNull @NotNull net.minecraft.world.entity.Entity e)
  • Method Details

    • getEntity

      public net.minecraft.world.entity.Entity getEntity()
    • toleratesOther

      public boolean toleratesOther(Iota that)
      Description copied from class: Iota
      Compare this to another object, within a tolerance.
      Specified by:
      toleratesOther in class Iota
    • isTruthy

      public boolean isTruthy()
      Specified by:
      isTruthy in class Iota
    • serialize

      @NotNull public @NotNull net.minecraft.nbt.Tag serialize()
      Description copied from class: Iota
      Serialize this under the data tag.

      You probably don't want to call this directly; use IotaType.serialize(at.petrak.hexcasting.api.casting.iota.Iota).

      Specified by:
      serialize in class Iota
    • display

      public net.minecraft.network.chat.Component display()
      Overrides:
      display in class Iota