You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-20 15:36:17 +00:00
feat(items): FurnidataEntry record
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
package com.eu.habbo.habbohotel.items;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* One parsed furnidata entry. {@code classname} is the raw furnidata classname
|
||||||
|
* (may carry a {@code *N} colour-variant suffix); the provider keys on the base.
|
||||||
|
*/
|
||||||
|
public record FurnidataEntry(int id, String classname, FurnitureType type, String name, String description) {
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user