public interface ISmartCull
IBlockComponent or Block that should be smartly culled when rendering if shouldSmartCull() return
true.AxisAlignedBB used for render bounds will be independently culled.| Modifier and Type | Method and Description |
|---|---|
default boolean |
shouldSmartCull()
Whether this
IBlockComponent or Block should use smart culling. |
static boolean |
shouldSmartCull(net.minecraft.block.Block block)
Whether the
Block should use smart culling. |
default boolean shouldSmartCull()
IBlockComponent or Block should use smart culling.static boolean shouldSmartCull(net.minecraft.block.Block block)
Block should use smart culling.block - the block