Skip to content

Commit 925ae2c

Browse files
authored
Add SimpleNamedDefinition (#267)
1 parent 678637f commit 925ae2c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package org.cloudburstmc.protocol.bedrock.data.definitions;
2+
3+
import lombok.Value;
4+
import org.cloudburstmc.protocol.common.NamedDefinition;
5+
6+
@Value
7+
public class SimpleNamedDefinition implements NamedDefinition {
8+
String identifier;
9+
int runtimeId;
10+
}

0 commit comments

Comments
 (0)