Class SnowyGrassStateHandler
java.lang.Object
com.viaversion.viafabricplus.features.block.connections.SnowyGrassStateHandler
- 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
-
SnowyGrassStateHandler
public SnowyGrassStateHandler()
-
-
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
-