jadon
                                            jadon
                                        
                                    So when is this getting merged?
:+1: I'd love to see a Markdown to BBcode, as most forums use BBcode instead of Markdown.
What are the rules for implicit ints? Will any argument without a type signature be inferred as an int?
The patch I PR'd should work fine. I tested `as_` and it was good to go, so I assume the rest of them would be too.
I’ve used Shuttle with almost 5,000 songs so I don’t think it’s the song count.
I found an instance of the case @gabizou described: ```java (new Minecraft(var45)).run(); ``` (This appears in `net.minecraft.client.main.Main` in 1.8.9) This example doesn't store it in a local variable: ```java L70...
   The first two show the problem and the last one shows it working. It's rather undeterministic. I am able to see the blue background...
Whether or not a pickaxe can break a block would be nice data. Currently I have it stored in a big list and it's super ugly. [Gamepedia](http://minecraft.gamepedia.com/Breaking#Best_tools) has some data...
I think the full jsons are better for projects that will only be using the information of one protocol. I don't want to have to patch a base json with...
A way to set the default method implementation would be cool.