Skip to content

Commit

Permalink
docs: add comments for LiquidReactionOnTouch
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Dec 26, 2024
1 parent 7cd9c1a commit f830156
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@
* @author daoge_cmd
*/
public enum LiquidReactionOnTouch {
/**
* The block will be broken without dropping anything.
*/
BROKEN,
/**
* The block will drop itself.
*/
POPPED,
/**
* The block will prevent the liquid from flowing into.
*/
BLOCKING,
/**
* The block won't have any reaction, also won't have any impact on the liquid just like air.
*/
NOREACTION
}

0 comments on commit f830156

Please sign in to comment.