Skip to content

Commit

Permalink
Add SimpleNamedDefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
WillQizza committed Nov 28, 2024
1 parent fd75c7f commit bf1765d
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 bf1765d

Please sign in to comment.