JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.sk89q.worldedit.function.pattern
Interface Pattern
All Known Implementing Classes:
AbstractPattern
,
BlockPattern
,
ClipboardPattern
,
ForgetfulExtentBuffer
,
RandomPattern
,
RepeatingExtentPattern
public interface
Pattern
Returns a
BaseBlock
for a given position.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
BaseBlock
apply
(
Vector
position)
Return a
BaseBlock
for the given position.
Method Detail
apply
BaseBlock
apply(
Vector
position)
Return a
BaseBlock
for the given position.
Parameters:
position
- the position
Returns:
a block
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method