Interface CustomBlockData.Builder
- All Known Subinterfaces:
NonVanillaCustomBlockData.Builder
- Enclosing interface:
- CustomBlockData
public static interface CustomBlockData.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanProperty(@NonNull String propertyName) build()components(@NonNull CustomBlockComponents components) creativeCategory(@Nullable CreativeCategory creativeCategory) creativeGroup(@Nullable String creativeGroup) includedInCreativeInventory(boolean includedInCreativeInventory) intProperty(@NonNull String propertyName, List<Integer> values) permutations(@NonNull List<CustomBlockPermutation> permutations) stringProperty(@NonNull String propertyName, List<String> values)
-
Method Details
-
name
-
includedInCreativeInventory
-
creativeCategory
-
creativeGroup
-
components
-
booleanProperty
-
intProperty
-
stringProperty
-
permutations
-
build
CustomBlockData build()
-