jadon

Results 84 comments of 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...

![jul15 021747](https://user-images.githubusercontent.com/7685133/42732395-bfaea996-87d5-11e8-8757-40463a33ac32.png) ![jul15 021748](https://user-images.githubusercontent.com/7685133/42732396-bfbe2934-87d5-11e8-9154-a18501d16b98.png) ![jul15 021744](https://user-images.githubusercontent.com/7685133/42732394-bf9fdbaa-87d5-11e8-826d-aa315cfb0cbe.png) 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.