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