Why chage the return type of method EntityPlayerMPFake.createFake
yhw2003 opened this issue ยท 0 comments
I use the method like
EntityPlayerMPFake playerMPFake = EntityPlayerMPFake.createFake(username, server, new Vec3(pos_x, pos_y, pos_z), yaw, pitch,
ResourceKey.create(Registries.DIMENSION, new ResourceLocation(dimension)),
GameType.byName(gamemode), flying, null);
in the past, But now i can't got the return val, Is there anything instead?