Klasse PostBlock.Variant
java.lang.Object
gollorum.signpost.minecraft.block.PostBlock.Variant
- Umschließende Klasse:
PostBlock
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungfinal net.minecraft.world.level.block.state.BlockBehaviour.Propertiesfinal Stringfinal PostBlock.ModelType -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVariant(net.minecraft.world.level.block.state.BlockBehaviour.Properties properties, PostBlock.ModelType type, String registryName, PostBlock.Variant.RequiredTool tool) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcreateBlock(org.apache.commons.lang3.function.TriFunction<net.minecraft.world.level.block.state.BlockBehaviour.Properties, PostBlock.ModelType, PostBlock.Variant, PostBlock> factory) getBlock()
-
Felddetails
-
registryName
-
properties
public final net.minecraft.world.level.block.state.BlockBehaviour.Properties properties -
type
-
tool
-
-
Konstruktordetails
-
Variant
public Variant(net.minecraft.world.level.block.state.BlockBehaviour.Properties properties, PostBlock.ModelType type, String registryName, PostBlock.Variant.RequiredTool tool)
-
-
Methodendetails
-
createBlock
public PostBlock createBlock(org.apache.commons.lang3.function.TriFunction<net.minecraft.world.level.block.state.BlockBehaviour.Properties, PostBlock.ModelType, PostBlock.Variant, PostBlock> factory) -
getBlock
-