Class CapEntityIotaHolder.Wrapper
java.lang.Object
at.petrak.hexcasting.forge.cap.adimpl.CapEntityIotaHolder
at.petrak.hexcasting.forge.cap.adimpl.CapEntityIotaHolder.Wrapper
- All Implemented Interfaces:
at.petrak.hexcasting.api.addldata.ADIotaHolder
- Enclosing class:
- CapEntityIotaHolder
-
Nested Class Summary
Nested classes/interfaces inherited from class at.petrak.hexcasting.forge.cap.adimpl.CapEntityIotaHolder
CapEntityIotaHolder.Wrapper -
Constructor Summary
ConstructorsConstructorDescriptionWrapper(at.petrak.hexcasting.api.addldata.ItemDelegatingEntityIotaHolder inner) -
Method Summary
Modifier and TypeMethodDescription@Nullable at.petrak.hexcasting.api.casting.iota.Iota@Nullable at.petrak.hexcasting.api.casting.iota.IotareadIota(net.minecraft.server.level.ServerLevel world) @Nullable net.minecraft.nbt.CompoundTagbooleanbooleanwriteIota(@Nullable at.petrak.hexcasting.api.casting.iota.Iota iota, boolean simulate)
-
Constructor Details
-
Wrapper
public Wrapper(at.petrak.hexcasting.api.addldata.ItemDelegatingEntityIotaHolder inner)
-
-
Method Details
-
readIotaTag
@Nullable public @Nullable net.minecraft.nbt.CompoundTag readIotaTag() -
writeable
public boolean writeable() -
writeIota
public boolean writeIota(@Nullable @Nullable at.petrak.hexcasting.api.casting.iota.Iota iota, boolean simulate) -
readIota
@Nullable public @Nullable at.petrak.hexcasting.api.casting.iota.Iota readIota(net.minecraft.server.level.ServerLevel world) -
emptyIota
@Nullable public @Nullable at.petrak.hexcasting.api.casting.iota.Iota emptyIota()
-