Interface ButtonBlockAccessor


public interface ButtonBlockAccessor
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static net.minecraft.world.level.block.ButtonBlock
    create(net.minecraft.world.level.block.state.properties.BlockSetType type, int ticksToStayPressed, net.minecraft.world.level.block.state.BlockBehaviour.Properties properties)
     
  • Method Details

    • create

      static net.minecraft.world.level.block.ButtonBlock create(net.minecraft.world.level.block.state.properties.BlockSetType type, int ticksToStayPressed, net.minecraft.world.level.block.state.BlockBehaviour.Properties properties)