User Tools

Site Tools


tutorial:blockappearance

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tutorial:blockappearance [2020/01/17 13:54] – use nonOpaque() juuztutorial:blockappearance [2020/04/04 20:25] – [Making a block transparent] Move paragraph outside code, oops earthcomputer
Line 24: Line 24:
  
 </code> </code>
 +
 +If you do not mark your block as non-opaque like this, then block faces behind the block will not render and you will be able to see through the world.
  
 ===== Making a block invisible ===== ===== Making a block invisible =====
Line 39: Line 41:
     @Override     @Override
     public VoxelShape getOutlineShape(BlockState blockState, BlockView blockView, BlockPos blockPos, EntityContext entityContext) {     public VoxelShape getOutlineShape(BlockState blockState, BlockView blockView, BlockPos blockPos, EntityContext entityContext) {
-       return VoxelShapes.empty;+       return VoxelShapes.empty();
     }     }
 </code> </code>
tutorial/blockappearance.txt · Last modified: 2024/02/05 16:03 by haykam