Interface ITeamBoundBlockEntity


public interface ITeamBoundBlockEntity
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends ITeam<? super T>>
    void
    bind(T team, net.minecraft.world.entity.player.Player player, net.minecraft.world.phys.BlockHitResult hit)
     
  • Method Details

    • bind

      <T extends ITeam<? super T>> void bind(T team, net.minecraft.world.entity.player.Player player, net.minecraft.world.phys.BlockHitResult hit)