Record Class SubMenuItem
java.lang.Object
java.lang.Record
net.flectone.pulse.module.command.chatsetting.model.SubMenuItem
- Record Components:
name- the item namematerial- the item materialcolors- the map of color indexes to color valuesperm- the permission setting for this item
-
Constructor Summary
ConstructorsConstructorDescriptionSubMenuItem(String name, String material, Map<Integer, String> colors, PermissionSetting perm) Creates an instance of aSubMenuItemrecord class. -
Method Summary
Modifier and TypeMethodDescriptioncolors()Returns the value of thecolorsrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.material()Returns the value of thematerialrecord component.name()Returns the value of thenamerecord component.perm()Returns the value of thepermrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SubMenuItem
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
name
-
material
-
colors
-
perm
-