YuRaNnNzZZ — Сегодня, в 18:42
убери нахуй курио слоты из экзопака
This commit is contained in:
parent
4b6909fc0b
commit
0444568c64
@ -67,6 +67,8 @@ private fun Player.getCuriosSlotsImpl(): List<PlayerSlot<Slot, Slot>> {
|
|||||||
* [Pair]<Regular, Cosmetic>
|
* [Pair]<Regular, Cosmetic>
|
||||||
*/
|
*/
|
||||||
val Player.curiosSlots: List<PlayerSlot<Slot, Slot>> get() {
|
val Player.curiosSlots: List<PlayerSlot<Slot, Slot>> get() {
|
||||||
|
return listOf()
|
||||||
|
|
||||||
if (!isCuriosLoaded) {
|
if (!isCuriosLoaded) {
|
||||||
return listOf()
|
return listOf()
|
||||||
}
|
}
|
||||||
@ -91,6 +93,8 @@ private fun Player.curiosStreamImpl(includeCosmetics: Boolean): Stream<out ItemS
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun Player.curiosStream(includeCosmetics: Boolean = true): Stream<out ItemStack> {
|
fun Player.curiosStream(includeCosmetics: Boolean = true): Stream<out ItemStack> {
|
||||||
|
return Stream.empty()
|
||||||
|
|
||||||
if (!isCuriosLoaded) {
|
if (!isCuriosLoaded) {
|
||||||
return Stream.empty()
|
return Stream.empty()
|
||||||
}
|
}
|
||||||
@ -115,6 +119,8 @@ private fun Player.curiosAwareStreamImpl(includeCosmetics: Boolean): Stream<out
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun Player.curiosAwareStream(includeCosmetics: Boolean = true): Stream<out AwareItemStack> {
|
fun Player.curiosAwareStream(includeCosmetics: Boolean = true): Stream<out AwareItemStack> {
|
||||||
|
return Stream.empty()
|
||||||
|
|
||||||
if (!isCuriosLoaded) {
|
if (!isCuriosLoaded) {
|
||||||
return Stream.empty()
|
return Stream.empty()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user