Ross
Ross
When implementing `BufMut` the `BufMut::chunk_mut` method requires you to return an `UninitSlice` instance. As `UninitSlice` only has the unsafe `from_raw_parts()` constructor, this means that even if your slice is definitely...
Quartz_nbt Deserializer misses fields depending on the Deserialize implementation of another field.
I'm using quartz_nbt together with serde to deserialize chunk information, and I am getting the following possibly erroneous behaviour. ```rust #[derive(Serialize, Deserialize, Debug)] pub struct ChunkV1_17 { #[serde(rename = "Level")]...
### Expected Behavior The current tab list API allows the following to occur: ```java // Two players Player player1 = p1.get(); Player player2 = p2.get(); // Game profile to send...
Currently if you have the following command ```java var command = new BrigadierCommand( literalArgumentBuilder("vtestcommand") .then(literalArgumentBuilder("child") .then(literalArgumentBuilder("grandchild") .executes(ctx -> { ctx.getSource().sendMessage(text("grandchild response")); return 1; }) ) ) ); ``` `/root` and...
Bumped bungee-cord to fix build