Guest User

Untitled

a guest
Sep 3rd, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. file: forge/mcp/src/minecraft/cpw/mods/fml/relauncher/Side.java
  2.  
  3. package cpw.mods.fml.relauncher;
  4.  
  5. public enum Side
  6. {
  7. CLIENT,
  8. SERVER;
  9.  
  10. public boolean isServer()
  11. {
  12. }
  13.  
  14. public boolean isClient()
  15. {
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment