Interface ADIotaHolder

All Known Implementing Classes:
ItemDelegatingEntityIotaHolder, ItemDelegatingEntityIotaHolder.ToItemEntity, ItemDelegatingEntityIotaHolder.ToItemFrame, ItemDelegatingEntityIotaHolder.ToWallScroll

public interface ADIotaHolder
  • Method Summary

    Modifier and Type
    Method
    Description
    default @Nullable Iota
     
    default @Nullable Iota
    readIota(net.minecraft.server.level.ServerLevel world)
     
    @Nullable net.minecraft.nbt.CompoundTag
     
    boolean
     
    boolean
    writeIota(@Nullable Iota iota, boolean simulate)
     
  • Method Details

    • readIotaTag

      @Nullable @Nullable net.minecraft.nbt.CompoundTag readIotaTag()
    • readIota

      @Nullable default @Nullable Iota readIota(net.minecraft.server.level.ServerLevel world)
    • emptyIota

      @Nullable default @Nullable Iota emptyIota()
    • writeIota

      boolean writeIota(@Nullable @Nullable Iota iota, boolean simulate)
      Returns:
      if the writing succeeded/would succeed
    • writeable

      boolean writeable()
      Returns:
      whether it is possible to write to this IotaHolder