Class BrushProperties
java.lang.Object
com.thevoxelbox.voxelsniper.brush.property.BrushProperties
-
Method Summary
Modifier and TypeMethodDescriptionstatic BrushPropertiesBuilder
builder()
Create a builder for brush properties.Gets the aliases.Gets the accepted brush pattern type for this brush.Gets the brush creator.getName()
Gets the name.@Nullable String
Gets the permission.
-
Method Details
-
builder
Create a builder for brush properties.- Returns:
- the brush properties builder
-
getName
Gets the name.- Returns:
- the name
-
getPermission
Gets the permission.- Returns:
- the permission
-
getAliases
Gets the aliases.- Returns:
- the aliases
-
getBrushPatternType
Gets the accepted brush pattern type for this brush.- Returns:
- the brush pattern type
- Since:
- 2.6.0
-
getCreator
Gets the brush creator.- Returns:
- the creator
-