mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-02 11:26:42 +00:00
Added return, break and continue.
This commit is contained in:
@ -48,6 +48,8 @@ public interface Identifiable {
|
||||
* I - Conditional
|
||||
* w - While
|
||||
* F - For
|
||||
* r - Return
|
||||
* b - Break (includes continue)
|
||||
* </pre>
|
||||
*/
|
||||
public abstract char id();
|
||||
|
Reference in New Issue
Block a user