Class GarbageIota
java.lang.Object
at.petrak.hexcasting.api.casting.iota.Iota
at.petrak.hexcasting.api.casting.iota.GarbageIota
this is LITERALLY a copy of NullIota but I can't see how to do it any better, i hate java generics
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.network.chat.Componentstatic IotaType<GarbageIota> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisTruthy()@NotNull net.minecraft.nbt.TagSerialize this under thedatatag.booleantoleratesOther(Iota that) Compare this to another object, within a tolerance.
-
Field Details
-
DISPLAY
public static final net.minecraft.network.chat.Component DISPLAY -
TYPE
-
-
Constructor Details
-
GarbageIota
public GarbageIota()
-
-
Method Details
-
isTruthy
public boolean isTruthy() -
toleratesOther
Description copied from class:IotaCompare this to another object, within a tolerance.- Specified by:
toleratesOtherin classIota
-
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).
-