Skip to content

Commit

Permalink
docs: add some doc
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong committed Mar 11, 2024
1 parent bc4d183 commit d70f2b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
import org.allaymc.api.block.type.BlockState;

/**
* Block Attributes Component, which are used to get the block {@link BlockAttributes}
* <p>
* Allay Project 2023/3/25
*
* @author daoge_cmd
* @author daoge_cmd | CoolLoong
*/
public interface BlockAttributeComponent extends BlockComponent {
BlockAttributes getBlockAttributes(BlockState blockState);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
import java.awt.*;

/**
* BlockAttributes store some of the metadata of the block
* <p>
* Allay Project 2023/5/1
*
* @author daoge_cmd
* @author daoge_cmd | CoolLoong
*/
@Getter
@Accessors(fluent = true)
Expand Down

0 comments on commit d70f2b3

Please sign in to comment.