Interface IBlockGui.IBlockContainerProvider

Enclosing interface:
IBlockGui

public static interface IBlockGui.IBlockContainerProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    net.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)