Class LodestoneBlockFiller.BlockStateEntry

java.lang.Object
team.lodestar.lodestone.systems.worldgen.LodestoneBlockFiller.BlockStateEntry
Enclosing class:
LodestoneBlockFiller

public static class LodestoneBlockFiller.BlockStateEntry extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final net.minecraft.world.level.block.state.BlockState
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    BlockStateEntry(net.minecraft.world.level.block.state.BlockState state)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canPlace(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos)
     
    net.minecraft.world.level.block.state.BlockState
     
    void
    place(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos)
     

    Methods inherited from class java.lang.Object

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

    • state

      protected final net.minecraft.world.level.block.state.BlockState state
  • Constructor Details

    • BlockStateEntry

      public BlockStateEntry(net.minecraft.world.level.block.state.BlockState state)
  • Method Details

    • getState

      public net.minecraft.world.level.block.state.BlockState getState()
    • canPlace

      public boolean canPlace(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos)
    • place

      public void place(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos)