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

    Fields
    Modifier and Type
    Field
    Description
    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>>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      registerStrippableBlock in interface com.helliongames.snifferplus.platform.services.IStrippableBlockHelper