Jump to content

somegenericdisplayname

Members
  • Posts

    1
  • Joined

  • Last visited

somegenericdisplayname's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I am trying to make a function that counts all the blocks in an area (Returns a List the blocks in an area so I can figure out how many there are of each type). I have sort of an idea of how to do it based on the source of net.minecraft.command.impl.CloneCommand.clone() but the decompiler has weird abstracted names that are hard to follow. The arguments I have are CommandContext<CommandSource> commandContext, BlockPos from, BlockPos to. Is there an existing method or piece of code that will do this? Thanks.
×
×
  • Create New...

Important Information

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