Interface ContainmentData

All Known Implementing Classes:
ContainmentDataHolder

public interface ContainmentData
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable net.minecraft.core.BlockPos
     
    net.minecraft.world.entity.LivingEntity
     
    void
    setContainmentPos(@Nullable net.minecraft.core.BlockPos pos)
     
  • Method Details

    • getProvider

      net.minecraft.world.entity.LivingEntity getProvider()
    • getContainmentPos

      @Nullable @Nullable net.minecraft.core.BlockPos getContainmentPos()
    • setContainmentPos

      void setContainmentPos(@Nullable @Nullable net.minecraft.core.BlockPos pos)