Closed yhw2003 closed 1 year ago
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?
I use the method like
in the past, But now i can't got the return val, Is there anything instead?