Skip to content

Commit

Permalink
fix java doc
Browse files Browse the repository at this point in the history
  • Loading branch information
12rcu committed Jan 31, 2024
1 parent db82183 commit 3be1aaf
Show file tree
Hide file tree
Showing 4 changed files with 432 additions and 19 deletions.
6 changes: 2 additions & 4 deletions src/main/kotlin/com/lop/devtools/monstera/addon/Addon.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ interface Addon {
* Define an abstract entity
*
* ```
* entity {
* name("id", "Display")
* entity("id", "Display") {
* behaviour { }
* resource { }
* }
Expand Down Expand Up @@ -104,8 +103,7 @@ interface Addon {

/**
* ```
* item {
* name("test_item", "Test Item")
* item("test_item", "Test Item") {
* renderOffset("tools")
* texture(getResource("test_item"))
* category("Equipment")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package com.lop.devtools.monstera.addon.entity.behaviour
import com.lop.devtools.monstera.addon.molang.Query
import com.lop.devtools.monstera.files.animcontroller.AnimController
import com.lop.devtools.monstera.files.animcontroller.AnimStateComponent

interface AnimationControllerExtensions {
/**
* Create an Animation Controller and decide when it should activate with a query
Expand Down
Loading

0 comments on commit 3be1aaf

Please sign in to comment.