Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-03 14:50:19 +01:00
Respect Javadoc's wishes
Dieser Commit ist enthalten in:
Ursprung
25edf41329
Commit
143464b5a9
@ -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
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren