@minecraft/server-editor
Preparing search index...
CylinderBrushShape
Class CylinderBrushShape
Beta
Hierarchy (
View Summary
)
BrushShape
CylinderBrushShape
Index
Constructors
constructor
Accessors
depth
display
Name
height
icon
id
radius
uniform
width
Methods
create
Settings
Pane
create
Shape
Constructors
constructor
new
CylinderBrushShape
(
settings
?:
{
depth
?:
number
;
height
?:
number
;
hideRotation
?:
boolean
;
minRadius
?:
number
;
radius
?:
number
;
uniform
?:
boolean
;
width
?:
number
;
xRotation
?:
number
;
yRotation
?:
number
;
zRotation
?:
number
;
}
,
)
:
CylinderBrushShape
Beta
Parameters
Optional
settings
:
{
depth
?:
number
;
height
?:
number
;
hideRotation
?:
boolean
;
minRadius
?:
number
;
radius
?:
number
;
uniform
?:
boolean
;
width
?:
number
;
xRotation
?:
number
;
yRotation
?:
number
;
zRotation
?:
number
;
}
Returns
CylinderBrushShape
Remarks
Constructs a new instance of the
CylinderBrushShape
class
Accessors
depth
get
depth
()
:
number
Beta
Returns
number
display
Name
get
displayName
()
:
string
Beta
Returns
string
height
get
height
()
:
number
Beta
Returns
number
icon
get
icon
()
:
string
Beta
Returns
string
id
get
id
()
:
string
Beta
Returns
string
radius
get
radius
()
:
number
Beta
Returns
number
uniform
get
uniform
()
:
boolean
Beta
Returns
boolean
width
get
width
()
:
number
Beta
Returns
number
Methods
create
Settings
Pane
createSettingsPane
(
parentPane
:
IPropertyPane
,
onSettingsChange
?:
()
=>
void
,
)
:
ISubPanePropertyItem
Beta
Parameters
parentPane
:
IPropertyPane
Optional
onSettingsChange
:
()
=>
void
Returns
ISubPanePropertyItem
create
Shape
createShape
()
:
RelativeVolumeListBlockVolume
Beta
Returns
RelativeVolumeListBlockVolume
Settings
Member Visibility
Protected
Inherited
External
World Mutation
Not Early Execution
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
depth
display
Name
height
icon
id
radius
uniform
width
Methods
create
Settings
Pane
create
Shape
@minecraft/server-editor
Loading...
Remarks
Constructs a new instance of the
CylinderBrushShape
class