Adventure

== AT ==
public net.minecraft.network.chat.HoverEvent$ItemStackInfo item
public net.minecraft.network.chat.HoverEvent$ItemStackInfo count
public net.minecraft.network.chat.HoverEvent$ItemStackInfo components
public net.minecraft.network.chat.contents.TranslatableContents filterAllowedArguments(Ljava/lang/Object;)Lcom/mojang/serialization/DataResult;

Co-authored-by: zml <zml@stellardrift.ca>
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
This commit is contained in:
Riley Park
2021-01-29 17:54:03 +01:00
parent b01c811c2f
commit 66779f5c86
103 changed files with 4975 additions and 392 deletions

View File

@@ -0,0 +1 @@
io.papermc.paper.adventure.providers.BossBarImplementationProvider

View File

@@ -0,0 +1 @@
io.papermc.paper.adventure.providers.ClickCallbackProviderImpl

View File

@@ -0,0 +1 @@
io.papermc.paper.adventure.providers.DataComponentValueConverterProviderImpl

View File

@@ -0,0 +1 @@
io.papermc.paper.adventure.providers.ComponentLoggerProviderImpl

View File

@@ -0,0 +1 @@
io.papermc.paper.adventure.providers.MiniMessageProviderImpl

View File

@@ -0,0 +1 @@
io.papermc.paper.adventure.providers.GsonComponentSerializerProviderImpl

View File

@@ -0,0 +1 @@
io.papermc.paper.adventure.providers.LegacyComponentSerializerProviderImpl

View File

@@ -0,0 +1 @@
io.papermc.paper.adventure.providers.PlainTextComponentSerializerProviderImpl

View File

@@ -0,0 +1,14 @@
{
"chat": {
"parameters": [
"content"
],
"translation_key": "%s"
},
"narration": {
"parameters": [
"content"
],
"translation_key": "%s"
}
}