mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
13 lines
No EOL
506 B
C#
13 lines
No EOL
506 B
C#
namespace MinecraftClient.Protocol.Handlers.StructuredComponents.Components.Subcomponents;
|
|
|
|
public class SubComponents
|
|
{
|
|
public const string BlockPredicate = "BlockPredicate";
|
|
public const string BlockSet = "BlockSet";
|
|
public const string Property = "Property";
|
|
public const string Attribute = "Attribute";
|
|
public const string Effect = "Effect";
|
|
public const string PotionEffect = "PotionEffect";
|
|
public const string Details = "Details";
|
|
public const string Rule = "Rule";
|
|
} |