summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@outlook.com>2020-04-18 17:00:19 +0200
committerTiger Wang <ziwei.tiger@outlook.com>2020-04-18 17:51:29 +0200
commit63adc6d7dc7064073c64a1f0ac6977077fdae0d4 (patch)
tree05959c38c7973064c625bf75cb0e3e566e6a3cc0
parentRe-implement repeater locking (diff)
downloadcuberite-63adc6d7dc7064073c64a1f0ac6977077fdae0d4.tar
cuberite-63adc6d7dc7064073c64a1f0ac6977077fdae0d4.tar.gz
cuberite-63adc6d7dc7064073c64a1f0ac6977077fdae0d4.tar.bz2
cuberite-63adc6d7dc7064073c64a1f0ac6977077fdae0d4.tar.lz
cuberite-63adc6d7dc7064073c64a1f0ac6977077fdae0d4.tar.xz
cuberite-63adc6d7dc7064073c64a1f0ac6977077fdae0d4.tar.zst
cuberite-63adc6d7dc7064073c64a1f0ac6977077fdae0d4.zip
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua20
1 files changed, 20 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua
index 80023274f..2513acceb 100644
--- a/Server/Plugins/APIDump/APIDesc.lua
+++ b/Server/Plugins/APIDump/APIDesc.lua
@@ -16594,6 +16594,26 @@ end
{
Notes = "A flag in the metadata of heads that indicates that the head is a zombie head.",
},
+ E_META_REDSTONE_REPEATER_FACING_ZM =
+ {
+ Notes = "A flag in the metadata of redstone repeaters that indicates that the repeater is looking in the negative Z direction.",
+ },
+ E_META_REDSTONE_REPEATER_FACING_XP =
+ {
+ Notes = "A flag in the metadata of redstone repeaters that indicates that the repeater is looking in the positive X direction.",
+ },
+ E_META_REDSTONE_REPEATER_FACING_ZP =
+ {
+ Notes = "A flag in the metadata of redstone repeaters that indicates that the repeater is looking in the positive Z direction.",
+ },
+ E_META_REDSTONE_REPEATER_FACING_XM =
+ {
+ Notes = "A flag in the metadata of redstone repeaters that indicates that the repeater is looking in the negative X direction.",
+ },
+ E_META_REDSTONE_REPEATER_FACING_MASK =
+ {
+ Notes = "A mask that indicates the bits of the metadata that specify the facing of redstone repeaters.",
+ },
E_META_SPAWN_EGG_WITHER_SKELETON =
{
Notes = ""