Interface NonVanillaCustomBlockData
- All Superinterfaces:
CustomBlockData
Represents a completely custom block that is not based on an existing vanilla Minecraft block.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create a Builder for NonVanillaCustomBlockDataGets the namespace of the custom blockMethods inherited from interface org.geysermc.geyser.api.block.custom.CustomBlockData
blockStateBuilder, components, creativeCategory, creativeGroup, defaultBlockState, identifier, includedInCreativeInventory, name, permutations, properties
-
Method Details
-
namespace
String namespace()Gets the namespace of the custom block- Returns:
- The namespace of the custom block.
-
builder
Create a Builder for NonVanillaCustomBlockData- Returns:
- A NonVanillaCustomBlockData Builder
-