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 -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.level.block.state.properties.BlockSetTyperegisterBlockSetType(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)
-
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:
registerBlockSetTypein interfacecom.helliongames.snifferplus.platform.services.IBlockSetTypeHelper
-