Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-19 22:40:18 +01:00
More docs
Dieser Commit ist enthalten in:
Ursprung
9bc4244957
Commit
00837d97b2
@ -123,10 +123,17 @@ public interface CustomBlockComponents {
|
|||||||
/**
|
/**
|
||||||
* Gets if the block should place only air
|
* Gets if the block should place only air
|
||||||
* Equivalent to setting a dummy event to run on "minecraft:on_player_placing"
|
* Equivalent to setting a dummy event to run on "minecraft:on_player_placing"
|
||||||
|
*
|
||||||
* @return If the block should place only air.
|
* @return If the block should place only air.
|
||||||
*/
|
*/
|
||||||
boolean placeAir();
|
boolean placeAir();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the set of tags
|
||||||
|
* Equivalent to "tag:some_tag"
|
||||||
|
*
|
||||||
|
* @return The set of tags.
|
||||||
|
*/
|
||||||
Set<String> tags();
|
Set<String> tags();
|
||||||
|
|
||||||
interface Builder {
|
interface Builder {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren