Class ForgeStrippableBlockHelper
java.lang.Object
com.helliongames.snifferplus.platform.ForgeStrippableBlockHelper
- All Implemented Interfaces:
com.helliongames.snifferplus.platform.services.IStrippableBlockHelper
public class ForgeStrippableBlockHelper
extends Object
implements com.helliongames.snifferplus.platform.services.IStrippableBlockHelper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<com.helliongames.snifferplus.registration.util.RegistryObject<net.minecraft.world.level.block.Block>,com.helliongames.snifferplus.registration.util.RegistryObject<net.minecraft.world.level.block.Block>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterStrippableBlock(com.helliongames.snifferplus.registration.util.RegistryObject<net.minecraft.world.level.block.Block> input, com.helliongames.snifferplus.registration.util.RegistryObject<net.minecraft.world.level.block.Block> stripped)
-
Field Details
-
strippableBlockMap
public static final Map<com.helliongames.snifferplus.registration.util.RegistryObject<net.minecraft.world.level.block.Block>,com.helliongames.snifferplus.registration.util.RegistryObject<net.minecraft.world.level.block.Block>> strippableBlockMap
-
-
Constructor Details
-
ForgeStrippableBlockHelper
public ForgeStrippableBlockHelper()
-
-
Method Details
-
registerStrippableBlock
public void registerStrippableBlock(com.helliongames.snifferplus.registration.util.RegistryObject<net.minecraft.world.level.block.Block> input, com.helliongames.snifferplus.registration.util.RegistryObject<net.minecraft.world.level.block.Block> stripped) - Specified by:
registerStrippableBlockin interfacecom.helliongames.snifferplus.platform.services.IStrippableBlockHelper
-