SL21W40: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
*'''add reset_all command for edit commands'''
*'''add reset_all command for edit commands'''
*Fake System cleanup
*Fake System cleanup
**'''FIXME: Do we still need this head correction for Players'''
**FIXME: Do we still need this head correction for Players
**Fix player rotation
**'''protected void sendMetaUpdateExtra(Player player, String variantName, boolean initial) in screen is trash'''
**'''protected void sendMetaUpdateExtra(Player player, String variantName, boolean initial) in screen is trash'''
**'''remove <V extends FakeVariant> void updateVariantNMSObject completely ?'''
**'''remove <V extends FakeVariant> void updateVariantNMSObject completely ?'''

Revision as of 22:35, 5 October 2021

◄ SL21W39 | SL21W41 ►

  • Cleanup screen / boards / fake commands
  • Remove exposure of Map<String, PdaContainer<?,?>> getActions()
  • Add toggling for edit commands / changeoption commands
  • add reset_all command for edit commands
  • Fake System cleanup
    • FIXME: Do we still need this head correction for Players
    • Fix player rotation
    • protected void sendMetaUpdateExtra(Player player, String variantName, boolean initial) in screen is trash
    • remove <V extends FakeVariant> void updateVariantNMSObject completely ?
    • Cleanup plants and plant interaction (largeegg plant )



  • Replace all Random with randomnumbergenerator?