mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 11:44:19 +01:00
Fix typo in TechnicalPiston documentation
By: md_5 <git@md-5.net>
This commit is contained in:
parent
98f0d85f7a
commit
0a50629ac1
1 changed files with 2 additions and 2 deletions
|
@ -11,14 +11,14 @@ public interface TechnicalPiston extends Directional {
|
||||||
/**
|
/**
|
||||||
* Gets the value of the 'type' property.
|
* Gets the value of the 'type' property.
|
||||||
*
|
*
|
||||||
* @return the 'stage' value
|
* @return the 'type' value
|
||||||
*/
|
*/
|
||||||
Type getType();
|
Type getType();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the value of the 'type' property.
|
* Sets the value of the 'type' property.
|
||||||
*
|
*
|
||||||
* @param type the new ''type value
|
* @param type the new 'type' value
|
||||||
*/
|
*/
|
||||||
void setType(Type type);
|
void setType(Type type);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue