Class ForgeBlockSetTypeHelper

java.lang.Object
com.helliongames.snifferplus.platform.ForgeBlockSetTypeHelper
All Implemented Interfaces:
com.helliongames.snifferplus.platform.services.IBlockSetTypeHelper

public class ForgeBlockSetTypeHelper extends Object implements com.helliongames.snifferplus.platform.services.IBlockSetTypeHelper
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.level.block.state.properties.BlockSetType
    registerBlockSetType(String identifier, boolean canOpenByHand, net.minecraft.world.level.block.SoundType soundType, net.minecraft.sounds.SoundEvent doorClose, net.minecraft.sounds.SoundEvent doorOpen, net.minecraft.sounds.SoundEvent trapdoorClose, net.minecraft.sounds.SoundEvent trapdoorOpen, net.minecraft.sounds.SoundEvent pressurePlateClickOff, net.minecraft.sounds.SoundEvent pressurePlateClickOn, net.minecraft.sounds.SoundEvent buttonClickOff, net.minecraft.sounds.SoundEvent buttonClickOn)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ForgeBlockSetTypeHelper

      public ForgeBlockSetTypeHelper()
  • Method Details

    • registerBlockSetType

      public net.minecraft.world.level.block.state.properties.BlockSetType registerBlockSetType(String identifier, boolean canOpenByHand, net.minecraft.world.level.block.SoundType soundType, net.minecraft.sounds.SoundEvent doorClose, net.minecraft.sounds.SoundEvent doorOpen, net.minecraft.sounds.SoundEvent trapdoorClose, net.minecraft.sounds.SoundEvent trapdoorOpen, net.minecraft.sounds.SoundEvent pressurePlateClickOff, net.minecraft.sounds.SoundEvent pressurePlateClickOn, net.minecraft.sounds.SoundEvent buttonClickOff, net.minecraft.sounds.SoundEvent buttonClickOn)
      Specified by:
      registerBlockSetType in interface com.helliongames.snifferplus.platform.services.IBlockSetTypeHelper