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
Methods inherited from interface org.geysermc.geyser.api.block.custom.CustomBlockData
blockStateBuilder, components, creativeCategory, creativeGroup, defaultBlockState, identifier, includedInCreativeInventory, name, permutations, properties
-
Method Details
-
namespace
@NonNull 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
-