Interface TeamSelectorController
- All Superinterfaces:
- HologramController
Extending API if 
HologramControllerType.TEAM_SELECTOR is used.
 
   Cast HologramEntity.getController() to this class to access the methods.
 
- 
Method SummaryMethods inherited from interface de.marcely.bedwars.api.world.hologram.HologramControllerapplyProperties, deserialize, getHologram, getType, handleInteract, isActive, serialize
- 
Method Details- 
getTeamTeam getTeam()Get the team that will be selected when clicked on.- Returns:
- The team that will be selected
 
- 
setTeamSet the team that will be selected when clicked on.Make sure to call HologramController.applyProperties()after changing the name to update the hologram.- Parameters:
- team- The team that will be selected
 
 
-