Class ItemAttributeModifiers.Display
java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.item.component.ItemAttributeModifiers.Display
- Enclosing class:
- ItemAttributeModifiers
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDisplay(ItemAttributeModifiers.DisplayType type, @Nullable net.kyori.adventure.text.Component component) -
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull ItemAttributeModifiers.Display.DisplayBuilderbuilder()protected booleanboolean@Nullable net.kyori.adventure.text.ComponentgetType()inthashCode()voidsetComponent(@Nullable net.kyori.adventure.text.Component component) void@NonNull StringtoString()
-
Constructor Details
-
Display
public Display(ItemAttributeModifiers.DisplayType type, @Nullable @Nullable net.kyori.adventure.text.Component component)
-
-
Method Details
-
builder
-
toBuilder
-
getType
-
getComponent
@Nullable public @Nullable net.kyori.adventure.text.Component getComponent() -
setType
-
setComponent
public void setComponent(@Nullable @Nullable net.kyori.adventure.text.Component component) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-