Guest User

Untitled

a guest
Dec 26th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. package com.omato.ultimamod.setup;
  2.  
  3. import net.minecraft.world.World;
  4.  
  5. public class ServerProxy implements IProxy {
  6.  
  7. @Override
  8. public World getClientWorld() {
  9. throw new IllegalStateException("Only run this from the client!");
  10. }
  11. }
Add Comment
Please, Sign In to add comment