mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-20 21:40:27 -07:00
Refactor more old object naming to scenery
This commit is contained in:
parent
72c426a466
commit
711d2b25ab
4 changed files with 543 additions and 2161 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -41,7 +41,6 @@ import rs09.game.world.repository.Repository
|
||||||
import rs09.tools.stringtools.colorize
|
import rs09.tools.stringtools.colorize
|
||||||
import java.util.*
|
import java.util.*
|
||||||
import java.util.concurrent.CountDownLatch
|
import java.util.concurrent.CountDownLatch
|
||||||
import java.util.concurrent.Executors
|
|
||||||
import kotlin.math.pow
|
import kotlin.math.pow
|
||||||
import kotlin.math.sqrt
|
import kotlin.math.sqrt
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@ import core.game.world.map.Location
|
||||||
import rs09.ServerStore.getBoolean
|
import rs09.ServerStore.getBoolean
|
||||||
import rs09.ServerStore.getInt
|
import rs09.ServerStore.getInt
|
||||||
import rs09.ServerStore.getString
|
import rs09.ServerStore.getString
|
||||||
import rs09.game.system.SystemLogger
|
|
||||||
import rs09.game.world.repository.Repository
|
import rs09.game.world.repository.Repository
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@ import rs09.ServerConstants
|
||||||
import rs09.game.content.activity.fishingtrawler.TrawlerLoot
|
import rs09.game.content.activity.fishingtrawler.TrawlerLoot
|
||||||
import rs09.game.content.ame.RandomEvents
|
import rs09.game.content.ame.RandomEvents
|
||||||
import rs09.game.ge.OfferManager
|
import rs09.game.ge.OfferManager
|
||||||
import rs09.game.interaction.SpadeDigListener
|
|
||||||
import rs09.game.node.entity.state.newsys.states.FarmingState
|
import rs09.game.node.entity.state.newsys.states.FarmingState
|
||||||
import rs09.game.system.SystemLogger
|
import rs09.game.system.SystemLogger
|
||||||
import rs09.game.system.command.Command
|
import rs09.game.system.command.Command
|
||||||
|
|
@ -34,9 +33,7 @@ import rs09.game.world.repository.Repository
|
||||||
import rs09.tools.stringtools.colorize
|
import rs09.tools.stringtools.colorize
|
||||||
import java.awt.Toolkit
|
import java.awt.Toolkit
|
||||||
import java.awt.datatransfer.StringSelection
|
import java.awt.datatransfer.StringSelection
|
||||||
import java.lang.Integer.max
|
|
||||||
import java.util.*
|
import java.util.*
|
||||||
import java.util.concurrent.TimeUnit
|
|
||||||
import kotlin.collections.ArrayList
|
import kotlin.collections.ArrayList
|
||||||
|
|
||||||
@Initializable
|
@Initializable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue