Guest User

Untitled

a guest
Dec 26th, 2019
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. package com.omato.ultimamod.setup;
  2.  
  3. import net.minecraft.client.Minecraft;
  4. import net.minecraft.world.World;
  5.  
  6. public class ClientProxy implements IProxy {
  7.  
  8. @Override
  9. public World getClientWorld() {
  10. return Minecraft.getInstance().world;
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment