gerzytet
gerzytet
cool
I thought static methods and fields were already supported? Why is this necessary?
@wysohn In that case, would the class be called Phase or EnderDragon$Phase in your code?
I'm reopening this as a low priority bug because requiring this internal notation for importing is inconsistent with java and the javadocs.
I'm especially suprised that no-one who uses sponge has complained yet. Sponge has inner classes everywhere
@wysohn wouldn't that mean we would have to add support manually for every class? I want this to work for any object and any class. We just use reflection to...
`something IS "Player"` is exactly what I meant. We don't know exactly what class "Player" is, but we can just match any class that has the name of "Player", which...
@wysohn "Player" is not treated as a class. It's the *name* of a class. If someone were to create their own Player class, it would also pass something IS "Player"...
@wysohn This shouldn't be specific to for loops. It would be better to have a complete multiple-assignment feature. Then we could simply let for loops use multiple assignment.
@wysohn Implementation details as of eced35c The command to start the inventory edit is /trg i edititems The clickable prompt in chat uses these 3 commands: /trg links inveditsave /trg...