Class RechiseledBlockTypeImpl

java.lang.Object
com.supermartijn642.rechiseled.blocks.RechiseledBlockTypeImpl
All Implemented Interfaces:
RechiseledBlockType

public class RechiseledBlockTypeImpl extends Object implements RechiseledBlockType
Created 18/04/2023 by SuperMartijn642
  • Constructor Details

    • RechiseledBlockTypeImpl

      public RechiseledBlockTypeImpl(net.minecraft.resources.ResourceLocation identifier, BlockSpecification specification, boolean hasRegularVariant, boolean hasConnectingVariant, Supplier<net.minecraft.world.level.block.Block> regularBlock, Supplier<net.minecraft.world.level.block.Block> connectingBlock, Supplier<net.minecraft.world.item.BlockItem> regularItem, Supplier<net.minecraft.world.item.BlockItem> connectingItem)
  • Method Details