Class StairsStateHandler
java.lang.Object
com.viaversion.viafabricplus.features.block.connections.StairsStateHandler
- All Implemented Interfaces:
IBlockStateHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.level.block.state.BlockStateconnect(net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.world.level.LevelReader levelReader, net.minecraft.core.BlockPos blockPos) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.viaversion.viafabricplus.features.block.connections.IBlockStateHandler
isExceptionForConnection
-
Constructor Details
-
StairsStateHandler
public StairsStateHandler()
-
-
Method Details
-
connect
public net.minecraft.world.level.block.state.BlockState connect(net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.world.level.LevelReader levelReader, net.minecraft.core.BlockPos blockPos) - Specified by:
connectin interfaceIBlockStateHandler
-