MCPcopy Index your code
hub / github.com/fogleman/Minecraft / _hide_block

Method _hide_block

main.py:351–355  ·  view source on GitHub ↗

Private implementation of the 'hide_block()` method.

(self, position)

Source from the content-addressed store, hash-verified

349 self._enqueue(self._hide_block, position)
350
351 def _hide_block(self, position):
352 """ Private implementation of the 'hide_block()` method.
353
354 """
355 self._shown.pop(position).delete()
356
357 def show_sector(self, sector):
358 """ Ensure all blocks in the given sector that should be shown are

Callers 1

hide_blockMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected