mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Implemented all structured components, renamed them all to a better format
This commit is contained in:
parent
4dea688ca2
commit
0da4a718cb
67 changed files with 971 additions and 108 deletions
|
|
@ -1,6 +1,6 @@
|
|||
namespace MinecraftClient.Protocol.Handlers.StructuredComponents.Components.Subcomponents;
|
||||
|
||||
public class SubComponents
|
||||
public abstract class SubComponents
|
||||
{
|
||||
public const string BlockPredicate = "BlockPredicate";
|
||||
public const string BlockSet = "BlockSet";
|
||||
|
|
@ -10,4 +10,5 @@ public class SubComponents
|
|||
public const string PotionEffect = "PotionEffect";
|
||||
public const string Details = "Details";
|
||||
public const string Rule = "Rule";
|
||||
public const string FireworkExplosion = "FireworkExplosion";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue