mirror of
https://github.com/HibiscusMC/HibiscusCommons.git
synced 2025-12-19 15:09:26 +00:00
chore: specify override
This commit is contained in:
@@ -490,6 +490,7 @@ public class NMSPackets extends NMSCommon implements me.lojosho.hibiscuscommons.
|
|||||||
sendPacket(sendTo, bundlePacket);
|
sendPacket(sendTo, bundlePacket);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public void sendInvisibleArmorstand(int entityId, Location location, UUID uuid, byte mask, List<Player> sendTo) {
|
public void sendInvisibleArmorstand(int entityId, Location location, UUID uuid, byte mask, List<Player> sendTo) {
|
||||||
net.minecraft.world.entity.EntityType<?> nmsEntityType = net.minecraft.world.entity.EntityType.ARMOR_STAND;
|
net.minecraft.world.entity.EntityType<?> nmsEntityType = net.minecraft.world.entity.EntityType.ARMOR_STAND;
|
||||||
double x = location.getX();
|
double x = location.getX();
|
||||||
|
|||||||
@@ -492,6 +492,7 @@ public class NMSPackets extends NMSCommon implements me.lojosho.hibiscuscommons.
|
|||||||
sendPacket(sendTo, bundlePacket);
|
sendPacket(sendTo, bundlePacket);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public void sendInvisibleArmorstand(int entityId, Location location, UUID uuid, byte mask, List<Player> sendTo) {
|
public void sendInvisibleArmorstand(int entityId, Location location, UUID uuid, byte mask, List<Player> sendTo) {
|
||||||
net.minecraft.world.entity.EntityType<?> nmsEntityType = net.minecraft.world.entity.EntityType.ARMOR_STAND;
|
net.minecraft.world.entity.EntityType<?> nmsEntityType = net.minecraft.world.entity.EntityType.ARMOR_STAND;
|
||||||
double x = location.getX();
|
double x = location.getX();
|
||||||
|
|||||||
@@ -490,6 +490,7 @@ public class NMSPackets extends NMSCommon implements me.lojosho.hibiscuscommons.
|
|||||||
sendPacket(sendTo, bundlePacket);
|
sendPacket(sendTo, bundlePacket);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public void sendInvisibleArmorstand(int entityId, Location location, UUID uuid, byte mask, List<Player> sendTo) {
|
public void sendInvisibleArmorstand(int entityId, Location location, UUID uuid, byte mask, List<Player> sendTo) {
|
||||||
net.minecraft.world.entity.EntityType<?> nmsEntityType = net.minecraft.world.entity.EntityType.ARMOR_STAND;
|
net.minecraft.world.entity.EntityType<?> nmsEntityType = net.minecraft.world.entity.EntityType.ARMOR_STAND;
|
||||||
double x = location.getX();
|
double x = location.getX();
|
||||||
|
|||||||
@@ -526,6 +526,7 @@ public class NMSPackets extends NMSCommon implements me.lojosho.hibiscuscommons.
|
|||||||
sendPacket(sendTo, bundlePacket);
|
sendPacket(sendTo, bundlePacket);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public void sendInvisibleArmorstand(int entityId, Location location, UUID uuid, byte mask, List<Player> sendTo) {
|
public void sendInvisibleArmorstand(int entityId, Location location, UUID uuid, byte mask, List<Player> sendTo) {
|
||||||
net.minecraft.world.entity.EntityType<?> nmsEntityType = net.minecraft.world.entity.EntityType.ARMOR_STAND;
|
net.minecraft.world.entity.EntityType<?> nmsEntityType = net.minecraft.world.entity.EntityType.ARMOR_STAND;
|
||||||
double x = location.getX();
|
double x = location.getX();
|
||||||
|
|||||||
@@ -526,6 +526,7 @@ public class NMSPackets extends NMSCommon implements me.lojosho.hibiscuscommons.
|
|||||||
sendPacket(sendTo, bundlePacket);
|
sendPacket(sendTo, bundlePacket);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public void sendInvisibleArmorstand(int entityId, Location location, UUID uuid, byte mask, List<Player> sendTo) {
|
public void sendInvisibleArmorstand(int entityId, Location location, UUID uuid, byte mask, List<Player> sendTo) {
|
||||||
net.minecraft.world.entity.EntityType<?> nmsEntityType = net.minecraft.world.entity.EntityType.ARMOR_STAND;
|
net.minecraft.world.entity.EntityType<?> nmsEntityType = net.minecraft.world.entity.EntityType.ARMOR_STAND;
|
||||||
double x = location.getX();
|
double x = location.getX();
|
||||||
|
|||||||
@@ -524,6 +524,7 @@ public class NMSPackets extends NMSCommon implements me.lojosho.hibiscuscommons.
|
|||||||
sendPacket(sendTo, bundlePacket);
|
sendPacket(sendTo, bundlePacket);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public void sendInvisibleArmorstand(int entityId, Location location, UUID uuid, byte mask, List<Player> sendTo) {
|
public void sendInvisibleArmorstand(int entityId, Location location, UUID uuid, byte mask, List<Player> sendTo) {
|
||||||
net.minecraft.world.entity.EntityType<?> nmsEntityType = net.minecraft.world.entity.EntityType.ARMOR_STAND;
|
net.minecraft.world.entity.EntityType<?> nmsEntityType = net.minecraft.world.entity.EntityType.ARMOR_STAND;
|
||||||
double x = location.getX();
|
double x = location.getX();
|
||||||
|
|||||||
Reference in New Issue
Block a user