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
returnthis.handle.getStructures().read(2); // TODO: No specific modifier has been found for type interface net.kyori.adventure.text.Component Generic type: interface net.kyori.adventure.text.Component
69
-
}
70
-
71
-
/**
72
-
* Sets the value of field 'adventure$header'
73
-
* ProtocolLib currently does not provide a wrapper for this type. Access to this type is only provided by an InternalStructure
74
-
*
75
-
* @param value New value for field 'adventure$header'
this.handle.getStructures().write(2, value); // TODO: No specific modifier has been found for type interface net.kyori.adventure.text.Component Generic type: interface net.kyori.adventure.text.Component
79
-
}
80
-
81
-
/**
82
-
* Retrieves the value of field 'adventure$footer'
83
-
* ProtocolLib currently does not provide a wrapper for this type. Access to this type is only provided by an InternalStructure
returnthis.handle.getStructures().read(3); // TODO: No specific modifier has been found for type interface net.kyori.adventure.text.Component Generic type: interface net.kyori.adventure.text.Component
89
-
}
90
-
91
-
/**
92
-
* Sets the value of field 'adventure$footer'
93
-
* ProtocolLib currently does not provide a wrapper for this type. Access to this type is only provided by an InternalStructure
94
-
*
95
-
* @param value New value for field 'adventure$footer'
this.handle.getStructures().write(3, value); // TODO: No specific modifier has been found for type interface net.kyori.adventure.text.Component Generic type: interface net.kyori.adventure.text.Component
Copy file name to clipboardExpand all lines: src/main/java/com/comphenix/packetwrapper/wrappers/play/clientbound/WrapperPlayServerSetActionBarText.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,11 @@ public WrappedChatComponent getText() {
0 commit comments