-
Notifications
You must be signed in to change notification settings - Fork 1
General review #3
Comments
Gave it a good look through. Many of the concepts are actually quite interesting. Mainly a few questions is what this whole review consists of. Lines 85 to 96 in 37b32cc
Would it make sense to overload the default void respond(PacketByteBuf buf) {
this.respond(buf, null);
} Similarly below with the Lines 117 to 125 in 37b32cc
Maybe have a way to check if the client's own play sender is available? Lines 71 to 74 in 37b32cc
This kinda seems like internals to me. Is there any reason this is exposed? Lines 56 to 58 in 37b32cc
Maybe say Maybe move this and PacketListenerCallback to a Throw a Like the case above in I think there is a Similar situation like above here is possible: Maybe use Mark this Icon will obviously be changed when PRed to Fabric API |
So a few changes:
|
I'd say the |
#3 Signed-off-by: liach <[email protected]>
Requesting an overall review from @i509VCB before formal submission of this draft to the fabric api.
This draft is production-ready.
The text was updated successfully, but these errors were encountered: