Class BlockPropertiesImpl
java.lang.Object
me.shedaniel.architectury.registry.forge.BlockPropertiesImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic me.shedaniel.architectury.registry.BlockProperties
copy
(net.minecraft.world.level.block.state.BlockBehaviour abstractBlock) static me.shedaniel.architectury.registry.BlockProperties
copy
(net.minecraft.world.level.block.state.BlockBehaviour.Properties old) static me.shedaniel.architectury.registry.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 me.shedaniel.architectury.registry.BlockProperties
of
(net.minecraft.world.level.material.Material material, net.minecraft.world.level.material.MaterialColor materialColor)
-
Constructor Details
-
BlockPropertiesImpl
public BlockPropertiesImpl()
-
-
Method Details
-
of
public static me.shedaniel.architectury.registry.BlockProperties of(net.minecraft.world.level.material.Material material, net.minecraft.world.level.material.MaterialColor materialColor) -
of
public static me.shedaniel.architectury.registry.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 me.shedaniel.architectury.registry.BlockProperties copy(net.minecraft.world.level.block.state.BlockBehaviour abstractBlock) -
copy
public static me.shedaniel.architectury.registry.BlockProperties copy(net.minecraft.world.level.block.state.BlockBehaviour.Properties old)
-