update api test method name

This commit is contained in:
James Seibel
2026-05-15 22:03:07 -05:00
parent ae4ca8cd6b
commit 965b9c948e
@@ -19,7 +19,7 @@ public class TestCustomColorEvent extends DhApiBlockColorOverrideEvent
@Override
public void blockStateWrapperCreated(DhApiEventParam<EventParam> event)
public void onBlockColorOverridden(DhApiEventParam<EventParam> event)
{
EventParam eventParam = event.value;