-
-
Notifications
You must be signed in to change notification settings - Fork 208
/
FlareDisplay.kt
201 lines (171 loc) · 8.5 KB
/
FlareDisplay.kt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
package at.hannibal2.skyhanni.features.combat
import at.hannibal2.skyhanni.SkyHanniMod
import at.hannibal2.skyhanni.config.features.combat.FlareConfig
import at.hannibal2.skyhanni.events.GuiRenderEvent
import at.hannibal2.skyhanni.events.LorenzRenderWorldEvent
import at.hannibal2.skyhanni.events.LorenzWorldChangeEvent
import at.hannibal2.skyhanni.events.ReceiveParticleEvent
import at.hannibal2.skyhanni.events.SecondPassedEvent
import at.hannibal2.skyhanni.skyhannimodule.SkyHanniModule
import at.hannibal2.skyhanni.utils.ChatUtils
import at.hannibal2.skyhanni.utils.ColorUtils.toChromaColor
import at.hannibal2.skyhanni.utils.EntityUtils
import at.hannibal2.skyhanni.utils.EntityUtils.canBeSeen
import at.hannibal2.skyhanni.utils.EntityUtils.hasSkullTexture
import at.hannibal2.skyhanni.utils.LorenzUtils
import at.hannibal2.skyhanni.utils.LorenzVec
import at.hannibal2.skyhanni.utils.RenderUtils
import at.hannibal2.skyhanni.utils.RenderUtils.drawDynamicText
import at.hannibal2.skyhanni.utils.RenderUtils.drawSphereInWorld
import at.hannibal2.skyhanni.utils.RenderUtils.drawSphereWireframeInWorld
import at.hannibal2.skyhanni.utils.RenderUtils.renderRenderables
import at.hannibal2.skyhanni.utils.TimeUtils.format
import at.hannibal2.skyhanni.utils.TimeUtils.ticks
import at.hannibal2.skyhanni.utils.getLorenzVec
import at.hannibal2.skyhanni.utils.renderables.Renderable
import net.minecraft.entity.item.EntityArmorStand
import net.minecraft.util.EnumParticleTypes
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent
import kotlin.time.Duration
import kotlin.time.Duration.Companion.minutes
import kotlin.time.Duration.Companion.seconds
@SkyHanniModule
object FlareDisplay {
private val config get() = SkyHanniMod.feature.combat.flare
private var display = emptyList<Renderable>()
private var flares = mutableListOf<Flare>()
class Flare(val type: FlareType, val entity: EntityArmorStand, val location: LorenzVec = entity.getLorenzVec())
private val MAX_FLARE_TIME = 3.minutes
private val flareSkins = mapOf(
"ewogICJ0aW1lc3RhbXAiIDogMTY0NjY4NzMwNjIyMywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjJlMmJmNmMxZWMzMzAyNDc5MjdiYTYzNDc5ZTU4NzJhYzY2YjA2OTAzYzg2YzgyYjUyZGFjOWYxYzk3MTQ1OCIKICAgIH0KICB9Cn0="
to FlareType.WARNING,
"ewogICJ0aW1lc3RhbXAiIDogMTY0NjY4NzMyNjQzMiwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWQyYmY5ODY0NzIwZDg3ZmQwNmI4NGVmYTgwYjc5NWM0OGVkNTM5YjE2NTIzYzNiMWYxOTkwYjQwYzAwM2Y2YiIKICAgIH0KICB9Cn0="
to FlareType.ALERT,
"ewogICJ0aW1lc3RhbXAiIDogMTY0NjY4NzM0NzQ4OSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzAwNjJjYzk4ZWJkYTcyYTZhNGI4OTc4M2FkY2VmMjgxNWI0ODNhMDFkNzNlYTg3YjNkZjc2MDcyYTg5ZDEzYiIKICAgIH0KICB9Cn0="
to FlareType.SOS
)
@SubscribeEvent
fun onRenderOverlay(event: GuiRenderEvent.GuiOverlayRenderEvent) {
if (!isEnabled()) return
if (config.displayType == FlareConfig.DisplayType.WORLD) return
config.position.renderRenderables(display, posLabel = "Flare Timer")
}
@SubscribeEvent
fun onRenderWorld(event: LorenzRenderWorldEvent) {
if (!isEnabled()) return
if (config.displayType == FlareConfig.DisplayType.GUI) return
for (flare in flares) {
val location = flare.location.add(-0.5, 0.0, -0.5)
val name = flare.type.displayName
val time = "§b${getRemainingTime(flare).format()}"
event.drawDynamicText(location, name, 1.5, ignoreBlocks = false)
event.drawDynamicText(location, time, 1.5, yOff = 10f, ignoreBlocks = false)
}
}
@SubscribeEvent
fun onSecondsPassed(event: SecondPassedEvent) {
if (!isEnabled()) return
flares.removeIf { !it.entity.isEntityAlive }
for (entity in EntityUtils.getAllEntities().filterIsInstance<EntityArmorStand>()) {
if (!entity.canBeSeen()) continue
if (entity.ticksExisted.ticks > MAX_FLARE_TIME) continue
if (isAlreadyKnownFlare(entity)) continue
getFlareTypeForTexuture(entity)?.let {
flares.add(Flare(it, entity))
}
}
var newDisplay: List<Renderable>? = null
for (type in FlareType.entries) {
val flare = getFlareForType(type) ?: continue
val remainingTime = getRemainingTime(flare)
val name = type.displayName
if (newDisplay == null) {
newDisplay = buildList {
add(Renderable.string("$name: §b${remainingTime.format()}"))
if (config.showManaBuff) {
type.manaBuff?.let {
add(Renderable.string(" §b$it §7mana regen"))
}
}
}
}
if (remainingTime > 5.seconds) continue
val message = "$name §eexpires in: §b${remainingTime.inWholeSeconds}s"
when (config.alertType) {
FlareConfig.AlertType.CHAT -> {
ChatUtils.chat(message)
}
FlareConfig.AlertType.TITLE -> {
LorenzUtils.sendTitle(message, 1.seconds)
}
FlareConfig.AlertType.CHAT_TITLE -> {
ChatUtils.chat(message)
LorenzUtils.sendTitle(message, 1.seconds)
}
else -> {}
}
}
display = newDisplay ?: emptyList()
}
private fun getRemainingTime(flare: Flare): Duration {
val entity = flare.entity
val aliveTime = entity.ticksExisted.ticks
val remainingTime = (MAX_FLARE_TIME - aliveTime)
return remainingTime
}
private fun getFlareForType(type: FlareType): Flare? = flares.firstOrNull { it.type == type }
private fun getFlareTypeForTexuture(entity: EntityArmorStand): FlareType? =
flareSkins.entries.firstOrNull { entity.hasSkullTexture(it.key) }?.value
private fun isAlreadyKnownFlare(entity: EntityArmorStand): Boolean =
flares.any { it.entity.entityId == entity.entityId }
@SubscribeEvent
fun onWorldChange(event: LorenzWorldChangeEvent) {
flares.clear()
display = emptyList()
}
@SubscribeEvent
fun onRender(event: LorenzRenderWorldEvent) {
if (!isEnabled()) return
if (config.outlineType == FlareConfig.OutlineType.NONE) return
for (flare in flares) {
val entity = flare.entity
val location = flare.location
val color = when (flare.type) {
FlareType.WARNING -> config.warningColor
FlareType.ALERT -> config.alertColor
FlareType.SOS -> config.sosColor
}.toChromaColor()
when (config.outlineType) {
FlareConfig.OutlineType.FILLED -> {
event.drawSphereInWorld(color, location, 40f)
}
FlareConfig.OutlineType.WIREFRAME -> {
event.drawSphereWireframeInWorld(color, location, 40f)
}
FlareConfig.OutlineType.CIRCLE -> {
RenderUtils.drawCircle(entity, event.partialTicks, 40.0, color)
}
else -> {}
}
}
}
@SubscribeEvent
fun onReceiveParticle(event: ReceiveParticleEvent) {
if (!isEnabled()) return
if (!config.hideParticles) return
val location = event.location
val distance = flares.minOfOrNull { it.location.distance(location) } ?: return
if (distance < 2.5) {
if (event.type == EnumParticleTypes.FLAME) {
event.cancel()
}
}
}
enum class FlareType(val displayName: String, val manaBuff: String?) {
SOS("§5SOS Flare", "+125%"),
ALERT("§9Alert Flare", "+50%"),
WARNING("§aWarning Flare", null),
;
}
private fun isEnabled() = LorenzUtils.inSkyBlock && config.enabled
}