Package noppes.npcs.api.roles
Interface IRoleTransporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()ITransportLocationgetTransport()intgetTransportId()booleanhasTransport()voidsetTransport(ITransportLocation location)voidunlock(IPlayer<net.minecraft.entity.player.EntityPlayerMP> player, ITransportLocation location)
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getTransportId
int getTransportId()
-
unlock
void unlock(IPlayer<net.minecraft.entity.player.EntityPlayerMP> player, ITransportLocation location)
-
getTransport
ITransportLocation getTransport()
-
hasTransport
boolean hasTransport()
-
setTransport
void setTransport(ITransportLocation location)
-
-