Interface CustomBlockState.Builder
- Enclosing interface:
- CustomBlockState
public static interface CustomBlockState.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanProperty(@NonNull String propertyName, boolean value) build()intProperty(@NonNull String propertyName, int value) stringProperty(@NonNull String propertyName, @NonNull String value)
-
Method Details
-
booleanProperty
-
intProperty
-
stringProperty
-
build
CustomBlockState build()
-