Interface SoulboundContainer

All Known Subinterfaces:
PlayerInventoryContainer

public interface SoulboundContainer
  • Method Details

    • getProvider

    • getEntity

      net.minecraft.world.entity.LivingEntity getEntity()
    • storeToNbt

      void storeToNbt(net.minecraft.nbt.CompoundTag nbt)
    • restoreFromNbt

      void restoreFromNbt(net.minecraft.nbt.CompoundTag nbt, UnaryOperator<net.minecraft.world.item.ItemStack> itemProcessor)