Interface ContainmentData
- All Known Implementing Classes:
ContainmentDataHolder
public interface ContainmentData
-
Method Summary
Modifier and TypeMethodDescription@Nullable net.minecraft.core.BlockPosnet.minecraft.world.entity.LivingEntityvoidsetContainmentPos(@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)
-