Class BlockPropertiesImpl

java.lang.Object
dev.architectury.registry.block.forge.BlockPropertiesImpl

public class BlockPropertiesImpl extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static dev.architectury.registry.block.BlockProperties
    copy(net.minecraft.world.level.block.state.BlockBehaviour abstractBlock)
     
    static dev.architectury.registry.block.BlockProperties
    copy(net.minecraft.world.level.block.state.BlockBehaviour.Properties old)
     
    static dev.architectury.registry.block.BlockProperties
    of(net.minecraft.world.level.material.Material material, Function<net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.material.MaterialColor> function)
     
    static dev.architectury.registry.block.BlockProperties
    of(net.minecraft.world.level.material.Material material, net.minecraft.world.level.material.MaterialColor materialColor)
     

    Methods inherited from class java.lang.Object

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

    • BlockPropertiesImpl

      public BlockPropertiesImpl()
  • Method Details

    • of

      public static dev.architectury.registry.block.BlockProperties of(net.minecraft.world.level.material.Material material, net.minecraft.world.level.material.MaterialColor materialColor)
    • of

      public static dev.architectury.registry.block.BlockProperties of(net.minecraft.world.level.material.Material material, Function<net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.material.MaterialColor> function)
    • copy

      public static dev.architectury.registry.block.BlockProperties copy(net.minecraft.world.level.block.state.BlockBehaviour abstractBlock)
    • copy

      public static dev.architectury.registry.block.BlockProperties copy(net.minecraft.world.level.block.state.BlockBehaviour.Properties old)