mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Respect Javadoc's wishes
This commit is contained in:
parent
25edf41329
commit
143464b5a9
1 changed files with 3 additions and 3 deletions
|
@ -228,9 +228,9 @@ public class BlockUtils {
|
||||||
/**
|
/**
|
||||||
* Taking in a complete Java block state identifier, output just the block ID of this block state without the states.
|
* Taking in a complete Java block state identifier, output just the block ID of this block state without the states.
|
||||||
* Examples:
|
* Examples:
|
||||||
* minecraft:oak_log[axis=x] -> minecraft:oak_log
|
* minecraft:oak_log[axis=x] = minecraft:oak_log
|
||||||
* minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] -> minecraft:stone_brick_wall
|
* minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] = minecraft:stone_brick_wall
|
||||||
* minecraft:stone -> minecraft:stone
|
* minecraft:stone = minecraft:stone
|
||||||
*
|
*
|
||||||
* @param fullJavaIdentifier a full Java block identifier, with possible block states.
|
* @param fullJavaIdentifier a full Java block identifier, with possible block states.
|
||||||
* @return a clean identifier in the format of minecraft:block
|
* @return a clean identifier in the format of minecraft:block
|
||||||
|
|
Loading…
Reference in a new issue