java.lang.Object
eu.mhsl.minenet.minigames.server.provider.ByPlayerNameUuidProvider
 
- All Implemented Interfaces:
- net.minestom.server.network.UuidProvider
public class ByPlayerNameUuidProvider
extends Object
implements net.minestom.server.network.UuidProvider 
- 
Constructor SummaryConstructors 
- 
Method Summary
provide(net.minestom.server.network.player.PlayerConnection playerConnection,
 String username)
  
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
ByPlayerNameUuidProviderpublic ByPlayerNameUuidProvider() 
 
- 
Method Details
- 
providepublic UUID provide(net.minestom.server.network.player.PlayerConnection playerConnection,
 String username) 
- Specified by:
- providein interface- net.minestom.server.network.UuidProvider