Uses of Class
fr.hytale.loader.api.World
Packages that use World
-
Uses of World in fr.hytale.loader.api
Methods in fr.hytale.loader.api that return WorldModifier and TypeMethodDescriptionstatic WorldServer.getDefaultWorld()Gets the default world of the server.Block.getWorld()Gets the world this block is in.Entity.getWorld()Gets the World this entity is currently in.Location.getWorld()static WorldGets a world by its name.Methods in fr.hytale.loader.api that return types with arguments of type WorldMethods in fr.hytale.loader.api with parameters of type WorldModifier and TypeMethodDescriptionServer.getPlayersInWorld(World world) Gets all players in a specific world.voidConstructors in fr.hytale.loader.api with parameters of type World