Calling a function with parameters from a separate class
December 1, 2017
I have this function public void Reload(ItemStack stack, World world, EntityPlayer player, EnumHand hand) { } but I cant call the function from another class cause of its parms, how would I do it? V:1.10.2
6 replies