Refactor ping render to use mixins instead
vladmarica opened this issue ยท 0 comments
Currently, this mod subscribes to the onRenderGuiPre
event and intercepts it when the component being rendered is PLAYER_LIST
. This means that this mod is incompatible with other mods that modify the player list in other ways. Using mixins, the footprint of this mod can be greatly reduced down.
The mixin implementation will be similar to vladmarica/better-ping-display-fabric#6