uiytt

Results 9 comments of uiytt

I'm also new, sorry if I say something false.. I've done it like that : ```PYTHON def handle_movement(packet): print(packet.x) connection.register_packet_listener(handle_movement,clientbound.play.PlayerPositionAndLookPacket) ```

Can someone close this please ? @ammaraskar @dkkline

What code did you use ?

> You mean which code i used to launch the pyCraft? Well yes

I had the problem on Amulet, but the demo you gave works fine in env. PopOs (=> Ubuntu) + Kde : Qt : 5.15.2 Kernel Linux 5.11.0-7620-generic x86_64 NVIDIA GTX...

Works perfectly ``` DE: Gnome 40.0 Kernel: 5.15.5 OS: Pop 21.10 ```

Well I wanted to do something like that : ``` BufferedImage img = .... public boolean isTransparent( int x, int y ) { int pixel = img.getRGB(x,y); if( (pixel>>24) ==...

Already seen it but I'm lost 🤔 Normal bit shifting only need two argument, why is there 3 to 4 args ? (Yeah I'm not really good :( ) Is...

%numbers%'[s] (bit %number%|1¦bit(s| range) [from] %number%( to |[ ]-[ ])%number%) {_nombre}'s bit range from 1 to 1 -> give the first bit ?