Riley Park

Results 84 comments of Riley Park

https://github.com/KyoriPowered/adventure/commit/6e432720d550d293f74bc6af7b5b4d1b165bcd51

Maybe just a "copy" of `HoverEventSource`?

>Give them an identity (most likely a `Key` to mimic Minecraft). Not all bossbars in Minecraft have a `Key`-based identity. All bossbars do have a `UUID`, though. >Add a method...

`appendNewline()`? Should we also be adding `appendSpace`, then?

We don't use Guava, but we do a lot of stuff like `Collections.unmodifiableList(new ArrayList(someList))` which can just be `List.copyOf(someList)` with Java 9+.

> > if we add Vector3dLike, shouldn't we also provide Vector3iLike? > > It's still `x, y, z` right? We could generify this into just `Vector3Like`, that's how Unity names...

https://github.com/SpongePowered/SpongeAPI/pull/1428 https://github.com/SpongePowered/SpongeAPI/pull/1554