mojira.dev
MC-192479

Wasteful implementation of ByteBuf

Your implementation of Netty's ByteBuf extends ByteBuf, holds a ByteBuf object and overrides many of its methods to do the same thing on that object instead of just extending the required subclass of ByteBuf and adding whatever utility methods that it needs. Why? Is there a good reason for that?

Attachments

Comments 0

No comments.

access transfarmer

(Unassigned)

Plausible

(Unassigned)

1.16.1

Retrieved