Class BlockCapture

java.lang.Object
com.supermartijn642.rechiseled.screen.BlockCapture

public class BlockCapture extends Object
Created 25/12/2021 by SuperMartijn642
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    BlockCapture(net.minecraft.world.level.block.Block block)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.level.block.state.BlockState
    getBlock(net.minecraft.core.BlockPos pos)
     
    Iterable<Map.Entry<net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState>>
     
    net.minecraft.world.phys.AABB
     
    boolean
    isAir(net.minecraft.core.BlockPos pos)
     
    void
    putBlock(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.Block block)
     
    void
    putBlock(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BlockCapture

      public BlockCapture()
    • BlockCapture

      public BlockCapture(net.minecraft.world.level.block.Block block)
  • Method Details

    • putBlock

      public void putBlock(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
    • putBlock

      public void putBlock(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.Block block)
    • isAir

      public boolean isAir(net.minecraft.core.BlockPos pos)
    • getBlock

      public net.minecraft.world.level.block.state.BlockState getBlock(net.minecraft.core.BlockPos pos)
    • getBlocks

      public Iterable<Map.Entry<net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState>> getBlocks()
    • getBounds

      public net.minecraft.world.phys.AABB getBounds()