diff --git a/es/Docs.html b/es/Docs.html index a23521b..9dc2259 100644 --- a/es/Docs.html +++ b/es/Docs.html @@ -7,7 +7,7 @@ -
The Docs are under construction! You should read the official OverCast Documentation
+Se está trabajando la documentación. Deberías leer la documentación oficial en OverCast
Client getClient() - returns the Client that sent
-String getMessage() - returns the message that was sent
+Client getClient() - retorna lo que el Cliente ha enviado
+String getMessage() - retorna el mensaje que fue enviada
Event getCause() - returns the Bukkit event that caused this event to fire
-Map getMap() - returns the map that the event occured in
-Client getClient() - returns the Client that caused this event
-BlockState getOldState() - returns the old state of the Block
-BlockState getNewState() - returns the new state of the Block
+Map getMap() - retorna el mapa en el que el evento ocurre
+Client getClient() - retorna el Cliente que causó el evento
+BlockState getOldState() - retorna el antiguo estado del bloque
+BlockState getNewState() - retorna el nuevo estado del bloque
Map getMap() - returns the map that the player died in
-Player getKiller() - returns the killer
-Player getKilled() - returns the person that was killed
+Player getKiller() - retorna el que mató
+Player getKilled() - retorna la persona que fue asesinada
Map getMap() - returns the map that started
-Match getMatch() - returns the match that started
+Map getMap() - retorna el mapa que ha iniciado
+Match getMatch() - retorna la partida que ha iniciado
Map getMapFrom() - returns the map that is being cycled away from
-Map getMapTo() - returns the map thats cycling to
+Map getMapFrom() - retorna el mapa desde el cual se está haciendo rotación
+Map getMapTo() - retorna el mapa al cuál se está haciendo rotación