mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 08:00:02 +03:00
21 lines
693 B
Diff
21 lines
693 B
Diff
--- ../src-base/minecraft/net/minecraft/world/BossInfoServer.java
|
|
+++ ../src-work/minecraft/net/minecraft/world/BossInfoServer.java
|
|
@@ -14,7 +14,7 @@
|
|
{
|
|
private final Set<EntityPlayerMP> players = Sets.<EntityPlayerMP>newHashSet();
|
|
private final Set<EntityPlayerMP> readOnlyPlayers;
|
|
- private boolean visible;
|
|
+ public boolean visible;
|
|
|
|
public BossInfoServer(ITextComponent nameIn, BossInfo.Color colorIn, BossInfo.Overlay overlayIn)
|
|
{
|
|
@@ -92,7 +92,7 @@
|
|
}
|
|
}
|
|
|
|
- private void sendUpdate(SPacketUpdateBossInfo.Operation operationIn)
|
|
+ public void sendUpdate(SPacketUpdateBossInfo.Operation operationIn)
|
|
{
|
|
if (this.visible)
|
|
{
|