Interface IBlockHasOwner

All Known Implementing Classes:
FossilDisplayBlock, GymSignBlock, HealerBlock, PCBlock, PokeChestBlock, PokeGiftBlock, PokeGiftEventBlock, TradeMachineBlock, TreeBlock

public interface IBlockHasOwner
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setOwner(net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player playerIn)
     
  • Method Details

    • setOwner

      void setOwner(net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player playerIn)