mirror of
https://github.com/Flowsqy/ShopChest.git
synced 2024-12-03 02:13:22 +01:00
Add NMSComponent
This commit is contained in:
parent
91a96d2f33
commit
a434be49a1
@ -11,7 +11,8 @@ public interface FakeArmorStand extends FakeEntity {
|
||||
* It sets the invisibility, the custom name, make it visible and the marker flag
|
||||
*
|
||||
* @param packetQueue The {@link PacketQueue} to store the packet
|
||||
* @param customName The name to set
|
||||
*/
|
||||
void metadata(PacketQueue packetQueue);
|
||||
void metadata(PacketQueue packetQueue, NMSComponent customName);
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,7 @@
|
||||
package de.epiceric.shopchest.nms;
|
||||
|
||||
/**
|
||||
* Represent a NMS Component
|
||||
*/
|
||||
public class NMSComponent {
|
||||
}
|
Loading…
Reference in New Issue
Block a user