Skip to content

Commit

Permalink
Add SimpleNamedDefinition (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillQizza authored Jan 28, 2025
1 parent 678637f commit 925ae2c
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package org.cloudburstmc.protocol.bedrock.data.definitions;

import lombok.Value;
import org.cloudburstmc.protocol.common.NamedDefinition;

@Value
public class SimpleNamedDefinition implements NamedDefinition {
String identifier;
int runtimeId;
}

0 comments on commit 925ae2c

Please sign in to comment.