Jump to content

ArixZajicek

Members
  • Posts

    2
  • Joined

  • Last visited

ArixZajicek's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Looking further down in the player class and how accessing an inventory is implemented in the interactOn() method, I believe you can pass the result from the getContainer() function that the ChestBlock class inherits from ContainerBlock. So just once you have a Block object, verifying that it's a ContainerBlock, it'd just be block.getContainer() with appropriate world and position parameters. Oh, and of course, don't forget to not do this if it's a remote world.
  2. Clicking the docs button on the navigation panel at the top of any page (Here on minecraftforge.net) directs to 1.12.x/1.13.x still. I legitimately thought there were no 1.14 docs until I just now saw this post and I've been trying to discern the best from 1.13.x because I thought that was the latest version documented.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.