You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mimic-bukkit/api/mimic-bukkit.api
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -279,24 +279,24 @@ public final class ru/endlesscode/mimic/impl/skillapi/SkillApiLevelSystem$Compan
279
279
public final class ru/endlesscode/mimic/impl/vanilla/ItemMetaPayload {
280
280
public static final field Companion Lru/endlesscode/mimic/impl/vanilla/ItemMetaPayload$Companion;
281
281
public fun <init> ()V
282
-
public fun <init> (Ljava/lang/String;Ljava/util/List;ZILjava/lang/Integer;Ljava/util/Map;Ljava/util/Set;)V
283
-
public synthetic fun <init> (Ljava/lang/String;Ljava/util/List;ZILjava/lang/Integer;Ljava/util/Map;Ljava/util/Set;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
284
-
public final fun component1 ()Ljava/lang/String;
282
+
public fun <init> (Lnet/kyori/adventure/text/Component;Ljava/util/List;ZILjava/lang/Integer;Ljava/util/Map;Ljava/util/Set;)V
283
+
public synthetic fun <init> (Lnet/kyori/adventure/text/Component;Ljava/util/List;ZILjava/lang/Integer;Ljava/util/Map;Ljava/util/Set;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
284
+
public final fun component1 ()Lnet/kyori/adventure/text/Component;
285
285
public final fun component2 ()Ljava/util/List;
286
286
public final fun component3 ()Z
287
287
public final fun component4 ()I
288
288
public final fun component5 ()Ljava/lang/Integer;
289
289
public final fun component6 ()Ljava/util/Map;
290
290
public final fun component7 ()Ljava/util/Set;
291
-
public final fun copy (Ljava/lang/String;Ljava/util/List;ZILjava/lang/Integer;Ljava/util/Map;Ljava/util/Set;)Lru/endlesscode/mimic/impl/vanilla/ItemMetaPayload;
292
-
public static synthetic fun copy$default (Lru/endlesscode/mimic/impl/vanilla/ItemMetaPayload;Ljava/lang/String;Ljava/util/List;ZILjava/lang/Integer;Ljava/util/Map;Ljava/util/Set;ILjava/lang/Object;)Lru/endlesscode/mimic/impl/vanilla/ItemMetaPayload;
291
+
public final fun copy (Lnet/kyori/adventure/text/Component;Ljava/util/List;ZILjava/lang/Integer;Ljava/util/Map;Ljava/util/Set;)Lru/endlesscode/mimic/impl/vanilla/ItemMetaPayload;
292
+
public static synthetic fun copy$default (Lru/endlesscode/mimic/impl/vanilla/ItemMetaPayload;Lnet/kyori/adventure/text/Component;Ljava/util/List;ZILjava/lang/Integer;Ljava/util/Map;Ljava/util/Set;ILjava/lang/Object;)Lru/endlesscode/mimic/impl/vanilla/ItemMetaPayload;
293
293
public fun equals (Ljava/lang/Object;)Z
294
294
public final fun getCustomModelData ()Ljava/lang/Integer;
295
295
public final fun getDamage ()I
296
296
public final fun getEnchantments ()Ljava/util/Map;
297
297
public final fun getFlags ()Ljava/util/Set;
298
298
public final fun getLore ()Ljava/util/List;
299
-
public final fun getName ()Ljava/lang/String;
299
+
public final fun getName ()Lnet/kyori/adventure/text/Component;
300
300
public fun hashCode ()I
301
301
public final fun isUnbreakable ()Z
302
302
public static final fun of (Ljava/lang/Object;)Lru/endlesscode/mimic/impl/vanilla/ItemMetaPayload;
0 commit comments