Jump to content

ItsAMysteriousYT

Members
  • Posts

    785
  • Joined

  • Last visited

Posts posted by ItsAMysteriousYT

  1. Everything you need you can get from the MessageContext. It is smart to put the things you wanna make in a new thread like this:

    IThreadListener mainThread = (WorldServer) ctx.getServerHandler().playerEntity.worldObj;
    	mainThread.addScheduledTask(new Runnable() {
    		World world = ctx.getServerHandler().playerEntity.worldObj;
    
    		@Override
    		public void run() {
    
    		}
    	});
    
    	return null;
    

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.