Class BlockLike

java.lang.Object
net.nikdo53.tinymultiblocklib.components.BlockLike

public class BlockLike extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    net.minecraft.world.level.block.entity.BlockEntity
     
    net.minecraft.core.BlockPos
     
    net.minecraft.world.level.block.state.BlockState
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    BlockLike(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
     
    BlockLike(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.block.entity.BlockEntity blockEntity)
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • pos

      public net.minecraft.core.BlockPos pos
    • state

      public net.minecraft.world.level.block.state.BlockState state
    • blockEntity

      public net.minecraft.world.level.block.entity.BlockEntity blockEntity
  • Constructor Details

    • BlockLike

      public BlockLike(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, @Nullable net.minecraft.world.level.block.entity.BlockEntity blockEntity)
    • BlockLike

      public BlockLike(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)