Skip to content

Commit

Permalink
docParam withRenderType
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlyhj committed May 22, 2021
1 parent b2bc4b6 commit 9df8473
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ public BlockBuilder setRequiresTool() {
* Sets the block's render type.
* Will also set the block as {@link #notSolid()} if the argument is not solid
* @return This builder, used for method chaining
*
* @docParam renderType BlockRenderType.TRANSLUCENT
*/
@ZenCodeType.Method
public BlockBuilder withRenderType(BlockRenderType renderType) {
Expand Down

0 comments on commit 9df8473

Please sign in to comment.