LogisticsPipes icon indicating copy to clipboard operation
LogisticsPipes copied to clipboard

Readability improvements 1/Inf

Open Michal-MK opened this issue 3 years ago • 0 comments

  • RenderTickHandler

    • displayPipeGhost is now readable
    • inlined checkItemStackForPipeGhost()
    • un-indented renderWorldLast()
  • LogisticsGuiOverrenderer

    • renamed to GuiOverlay as the it is in the logisticspipes package and Overlay is the word ;)
    • simplified isCompatibleGui to follow similar syntax to previous refactors
    • overall readability improvements
  • SlotFinderActivatePacket

    • fixed field names
    • simplified processPacket()

None of these changes should have any impact on functionality.

Michal-MK avatar Jun 27 '21 20:06 Michal-MK