Package org.cyclops.cyclopscore.block
Interface IBlockGui.IBlockContainerProvider
- Enclosing interface:
- IBlockGui
public static interface IBlockGui.IBlockContainerProvider
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.MenuProvider
get
(net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos blockPos)
-
Method Details
-
get
@Nullable net.minecraft.world.MenuProvider get(net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos blockPos)
-