Interface SoulboundContainerProvider<T extends SoulboundContainer>

All Known Implementing Classes:
PlayerInventoryContainerProvider

public interface SoulboundContainerProvider<T extends SoulboundContainer>
  • Method Summary

    Modifier and Type
    Method
    Description
    getContainer(net.minecraft.world.entity.LivingEntity entity)
     
  • Method Details

    • getContainer

      @Nullable T getContainer(net.minecraft.world.entity.LivingEntity entity)