dont do that use https://github.com/MinecraftForge/MinecraftForge/blob/1.16.x/src/main/java/net/minecraftforge/common/capabilities/ICapabilityProvider.java#L41
can you stop calling it a command
the method you need is "get"
it has 2 parameters the first one is the DataParameter the second one is the value you want to set
yes now initialize it using ObfuscationReflectionHelper.getPrivateValue
you dont need the world here
first you do "you are a creeper"
then you ask "are you a creeper "
the instance parameter is null because the field is static
the fieldName parameter is "field_184714_b" (can somebody explain why the name is so weird )
@Draco18s do you understand what i typed ?
@Crazy_sheep read this
https://github.com/MinecraftForge/MinecraftForge/blob/1.16.x/src/main/java/net/minecraftforge/fml/common/ObfuscationReflectionHelper.java#L67-L80